Color spaces of #dbdde8
RGB | 219 | 221 | 232 |
---|---|---|---|
HSL | 0.64 | 0.22 | 0.88 |
HSV | 231° | 6° | 91° |
CMYK | 0.06 | 0.05 | 0.00 0.09 |
XYZ | 69.6354 | 72.5992 | 86.6868 |
Yxy | 72.5992 | 0.3042 | 0.3171 |
Hunter Lab | 85.2052 | -3.2268 | -0.6774 |
CIE-Lab | 88.2562 | 1.3679 | -5.6129 |
#dbdde8 color RGB value is (219,221,232).
#dbdde8 hex color red value is 219, green value is 221 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dbdde8 hue: 0.64 , saturation: 0.22 and the lightness value of dbdde8 is 0.88.
The process color (four color CMYK) of #dbdde8 color hex is 0.06, 0.05, 0.00, 0.09. Web safe color of #dbdde8 is #ccccff. Color #dbdde8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011101 | 11101000 |
Octal | 333 | 335 | 350 |
Decimal | 219 | 221 | 232 |
Hex | DB | DD | E8 |
Shades of #dbdde8
Tints of #dbdde8
RGB Percentages of Color #dbdde8
CMYK Percentages of Color #dbdde8
Complementary Color
#dbdde8 | #e8e6db |
#dbdde8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdde8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdde8 Color CSS Codes
.mybgcolor {background-color:#dbdde8; } .myforecolor {color:#dbdde8; } .mybordercolor {border:3px solid #dbdde8; }
#dbdde8 Text Font Color
<p style="color:#dbdde8">Text here</p>
This sample text font color is #dbdde8
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.
#dbdde8 Background Color
<div style="background-color:#dbdde8">
Div content here</div>
This div background color is #dbdde8
#dbdde8 Border Color
<div style="border:3px solid #dbdde8">
Div here</div>
This div border color is #dbdde8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,221,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdde8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdde8; -webkit-box-shadow: 1px 1px 3px 2px #dbdde8; box-shadow: 1px 1px 3px 2px #dbdde8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,221,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdde8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdde8; -webkit-box-shadow: 1px 1px 3px 2px #dbdde8; box-shadow: 1px 1px 3px 2px #dbdde8;">
Div content here</div>
This div box has shadow with color #dbdde8
Comments
No comments written yet.
Please login to write comment.