Color spaces of #dbd0dd
RGB | 219 | 208 | 221 |
---|---|---|---|
HSL | 0.81 | 0.16 | 0.84 |
HSV | 291° | 6° | 87° |
CMYK | 0.01 | 0.06 | 0.00 0.13 |
XYZ | 64.8204 | 65.3923 | 77.6122 |
Yxy | 65.3923 | 0.3119 | 0.3147 |
Hunter Lab | 80.8655 | 1.5679 | -0.2988 |
CIE-Lab | 84.6855 | 6.1207 | -5.0613 |
#dbd0dd color RGB value is (219,208,221).
#dbd0dd hex color red value is 219, green value is 208 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbd0dd hue: 0.81 , saturation: 0.16 and the lightness value of dbd0dd is 0.84.
The process color (four color CMYK) of #dbd0dd color hex is 0.01, 0.06, 0.00, 0.13. Web safe color of #dbd0dd is #cccccc. Color #dbd0dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11010000 | 11011101 |
Octal | 333 | 320 | 335 |
Decimal | 219 | 208 | 221 |
Hex | DB | D0 | DD |
Shades of #dbd0dd
Tints of #dbd0dd
RGB Percentages of Color #dbd0dd
CMYK Percentages of Color #dbd0dd
Complementary Color
#dbd0dd | #d2ddd0 |
#dbd0dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd0dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd0dd Color CSS Codes
.mybgcolor {background-color:#dbd0dd; } .myforecolor {color:#dbd0dd; } .mybordercolor {border:3px solid #dbd0dd; }
#dbd0dd Text Font Color
<p style="color:#dbd0dd">Text here</p>
This sample text font color is #dbd0dd
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.
#dbd0dd Background Color
<div style="background-color:#dbd0dd">
Div content here</div>
This div background color is #dbd0dd
#dbd0dd Border Color
<div style="border:3px solid #dbd0dd">
Div here</div>
This div border color is #dbd0dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,208,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd0dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd0dd; -webkit-box-shadow: 1px 1px 3px 2px #dbd0dd; box-shadow: 1px 1px 3px 2px #dbd0dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,208,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd0dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd0dd; -webkit-box-shadow: 1px 1px 3px 2px #dbd0dd; box-shadow: 1px 1px 3px 2px #dbd0dd;">
Div content here</div>
This div box has shadow with color #dbd0dd
Comments
No comments written yet.
Please login to write comment.