Color spaces of #dbd3de
RGB | 219 | 211 | 222 |
---|---|---|---|
HSL | 0.79 | 0.14 | 0.85 |
HSV | 284° | 5° | 87° |
CMYK | 0.01 | 0.05 | 0.00 0.13 |
XYZ | 65.6925 | 66.9225 | 78.5622 |
Yxy | 66.9225 | 0.3111 | 0.3169 |
Hunter Lab | 81.8062 | 0.1794 | 0.3254 |
CIE-Lab | 85.4648 | 4.7266 | -4.4437 |
#dbd3de color RGB value is (219,211,222).
#dbd3de hex color red value is 219, green value is 211 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbd3de hue: 0.79 , saturation: 0.14 and the lightness value of dbd3de is 0.85.
The process color (four color CMYK) of #dbd3de color hex is 0.01, 0.05, 0.00, 0.13. Web safe color of #dbd3de is #cccccc. Color #dbd3de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010011 | 11011110 |
Octal | 333 | 323 | 336 |
Decimal | 219 | 211 | 222 |
Hex | DB | D3 | DE |
Shades of #dbd3de
Tints of #dbd3de
RGB Percentages of Color #dbd3de
CMYK Percentages of Color #dbd3de
Complementary Color
#dbd3de | #d6ded3 |
#dbd3de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd3de Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd3de Color CSS Codes
.mybgcolor {background-color:#dbd3de; } .myforecolor {color:#dbd3de; } .mybordercolor {border:3px solid #dbd3de; }
#dbd3de Text Font Color
<p style="color:#dbd3de">Text here</p>
This sample text font color is #dbd3de
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.
#dbd3de Background Color
<div style="background-color:#dbd3de">
Div content here</div>
This div background color is #dbd3de
#dbd3de Border Color
<div style="border:3px solid #dbd3de">
Div here</div>
This div border color is #dbd3de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,211,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd3de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd3de; -webkit-box-shadow: 1px 1px 3px 2px #dbd3de; box-shadow: 1px 1px 3px 2px #dbd3de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,211,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd3de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd3de; -webkit-box-shadow: 1px 1px 3px 2px #dbd3de; box-shadow: 1px 1px 3px 2px #dbd3de;">
Div content here</div>
This div box has shadow with color #dbd3de
Comments
No comments written yet.
Please login to write comment.