Color spaces of #dee4eb
RGB | 222 | 228 | 235 |
---|---|---|---|
HSL | 0.59 | 0.25 | 0.90 |
HSV | 212° | 6° | 92° |
CMYK | 0.06 | 0.03 | 0.00 0.08 |
XYZ | 72.8630 | 77.0146 | 89.6223 |
Yxy | 77.0146 | 0.3042 | 0.3216 |
Hunter Lab | 87.7580 | -5.3728 | 0.8810 |
CIE-Lab | 90.3283 | -0.7046 | -4.1094 |
#dee4eb color RGB value is (222,228,235).
#dee4eb hex color red value is 222, green value is 228 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dee4eb hue: 0.59 , saturation: 0.25 and the lightness value of dee4eb is 0.90.
The process color (four color CMYK) of #dee4eb color hex is 0.06, 0.03, 0.00, 0.08. Web safe color of #dee4eb is #ccccff. Color #dee4eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11100100 | 11101011 |
Octal | 336 | 344 | 353 |
Decimal | 222 | 228 | 235 |
Hex | DE | E4 | EB |
Shades of #dee4eb
Tints of #dee4eb
RGB Percentages of Color #dee4eb
CMYK Percentages of Color #dee4eb
Complementary Color
#dee4eb | #ebe5de |
#dee4eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee4eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee4eb Color CSS Codes
.mybgcolor {background-color:#dee4eb; } .myforecolor {color:#dee4eb; } .mybordercolor {border:3px solid #dee4eb; }
#dee4eb Text Font Color
<p style="color:#dee4eb">Text here</p>
This sample text font color is #dee4eb
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.
#dee4eb Background Color
<div style="background-color:#dee4eb">
Div content here</div>
This div background color is #dee4eb
#dee4eb Border Color
<div style="border:3px solid #dee4eb">
Div here</div>
This div border color is #dee4eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,228,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee4eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee4eb; -webkit-box-shadow: 1px 1px 3px 2px #dee4eb; box-shadow: 1px 1px 3px 2px #dee4eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,228,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dee4eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee4eb; -webkit-box-shadow: 1px 1px 3px 2px #dee4eb; box-shadow: 1px 1px 3px 2px #dee4eb;">
Div content here</div>
This div box has shadow with color #dee4eb
Comments
No comments written yet.
Please login to write comment.