Color spaces of #dbd2df
RGB | 219 | 210 | 223 |
---|---|---|---|
HSL | 0.78 | 0.17 | 0.85 |
HSV | 282° | 6° | 87° |
CMYK | 0.02 | 0.06 | 0.00 0.13 |
XYZ | 65.5793 | 66.4810 | 79.1877 |
Yxy | 66.4810 | 0.3104 | 0.3147 |
Hunter Lab | 81.5359 | 0.8797 | -0.5074 |
CIE-Lab | 85.2412 | 5.4364 | -5.3040 |
#dbd2df color RGB value is (219,210,223).
#dbd2df hex color red value is 219, green value is 210 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbd2df hue: 0.78 , saturation: 0.17 and the lightness value of dbd2df is 0.85.
The process color (four color CMYK) of #dbd2df color hex is 0.02, 0.06, 0.00, 0.13. Web safe color of #dbd2df is #cccccc. Color #dbd2df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010010 | 11011111 |
Octal | 333 | 322 | 337 |
Decimal | 219 | 210 | 223 |
Hex | DB | D2 | DF |
Shades of #dbd2df
Tints of #dbd2df
RGB Percentages of Color #dbd2df
CMYK Percentages of Color #dbd2df
Complementary Color
#dbd2df | #d6dfd2 |
#dbd2df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd2df Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd2df Color CSS Codes
.mybgcolor {background-color:#dbd2df; } .myforecolor {color:#dbd2df; } .mybordercolor {border:3px solid #dbd2df; }
#dbd2df Text Font Color
<p style="color:#dbd2df">Text here</p>
This sample text font color is #dbd2df
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.
#dbd2df Background Color
<div style="background-color:#dbd2df">
Div content here</div>
This div background color is #dbd2df
#dbd2df Border Color
<div style="border:3px solid #dbd2df">
Div here</div>
This div border color is #dbd2df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,210,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd2df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd2df; -webkit-box-shadow: 1px 1px 3px 2px #dbd2df; box-shadow: 1px 1px 3px 2px #dbd2df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,210,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd2df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd2df; -webkit-box-shadow: 1px 1px 3px 2px #dbd2df; box-shadow: 1px 1px 3px 2px #dbd2df;">
Div content here</div>
This div box has shadow with color #dbd2df
Comments
No comments written yet.
Please login to write comment.