Color spaces of #dbabbf
RGB | 219 | 171 | 191 |
---|---|---|---|
HSL | 0.93 | 0.40 | 0.76 |
HSV | 335° | 22° | 86° |
CMYK | 0.00 | 0.22 | 0.13 0.14 |
XYZ | 53.1803 | 47.9475 | 55.7421 |
Yxy | 47.9475 | 0.3390 | 0.3057 |
Hunter Lab | 69.2441 | 15.9128 | 0.7420 |
CIE-Lab | 74.7918 | 20.6657 | -3.4567 |
#dbabbf color RGB value is (219,171,191).
#dbabbf hex color red value is 219, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbabbf hue: 0.93 , saturation: 0.40 and the lightness value of dbabbf is 0.76.
The process color (four color CMYK) of #dbabbf color hex is 0.00, 0.22, 0.13, 0.14. Web safe color of #dbabbf is #cc99cc. Color #dbabbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101011 | 10111111 |
Octal | 333 | 253 | 277 |
Decimal | 219 | 171 | 191 |
Hex | DB | AB | BF |
Shades of #dbabbf
Tints of #dbabbf
RGB Percentages of Color #dbabbf
CMYK Percentages of Color #dbabbf
Complementary Color
#dbabbf | #abdbc7 |
#dbabbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbabbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbabbf Color CSS Codes
.mybgcolor {background-color:#dbabbf; } .myforecolor {color:#dbabbf; } .mybordercolor {border:3px solid #dbabbf; }
#dbabbf Text Font Color
<p style="color:#dbabbf">Text here</p>
This sample text font color is #dbabbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dbabbf Background Color
<div style="background-color:#dbabbf">
Div content here</div>
This div background color is #dbabbf
#dbabbf Border Color
<div style="border:3px solid #dbabbf">
Div here</div>
This div border color is #dbabbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,171,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbabbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbabbf; -webkit-box-shadow: 1px 1px 3px 2px #dbabbf; box-shadow: 1px 1px 3px 2px #dbabbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,171,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbabbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbabbf; -webkit-box-shadow: 1px 1px 3px 2px #dbabbf; box-shadow: 1px 1px 3px 2px #dbabbf;">
Div content here</div>
This div box has shadow with color #dbabbf
Comments
No comments written yet.
Please login to write comment.