Color spaces of #dbdade
RGB | 219 | 218 | 222 |
---|---|---|---|
HSL | 0.71 | 0.06 | 0.86 |
HSV | 255° | 2° | 87° |
CMYK | 0.01 | 0.02 | 0.00 0.13 |
XYZ | 67.4696 | 70.4768 | 79.1546 |
Yxy | 70.4768 | 0.3108 | 0.3246 |
Hunter Lab | 83.9505 | -3.4558 | 2.8624 |
CIE-Lab | 87.2302 | 1.0680 | -1.8496 |
#dbdade color RGB value is (219,218,222).
#dbdade hex color red value is 219, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbdade hue: 0.71 , saturation: 0.06 and the lightness value of dbdade is 0.86.
The process color (four color CMYK) of #dbdade color hex is 0.01, 0.02, 0.00, 0.13. Web safe color of #dbdade is #cccccc. Color #dbdade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011010 | 11011110 |
Octal | 333 | 332 | 336 |
Decimal | 219 | 218 | 222 |
Hex | DB | DA | DE |
Shades of #dbdade
Tints of #dbdade
RGB Percentages of Color #dbdade
CMYK Percentages of Color #dbdade
Complementary Color
#dbdade | #dddeda |
#dbdade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdade Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdade Color CSS Codes
.mybgcolor {background-color:#dbdade; } .myforecolor {color:#dbdade; } .mybordercolor {border:3px solid #dbdade; }
#dbdade Text Font Color
<p style="color:#dbdade">Text here</p>
This sample text font color is #dbdade
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.
#dbdade Background Color
<div style="background-color:#dbdade">
Div content here</div>
This div background color is #dbdade
#dbdade Border Color
<div style="border:3px solid #dbdade">
Div here</div>
This div border color is #dbdade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,218,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdade; -webkit-box-shadow: 1px 1px 3px 2px #dbdade; box-shadow: 1px 1px 3px 2px #dbdade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,218,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 #dbdade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdade; -webkit-box-shadow: 1px 1px 3px 2px #dbdade; box-shadow: 1px 1px 3px 2px #dbdade;">
Div content here</div>
This div box has shadow with color #dbdade
Comments
No comments written yet.
Please login to write comment.