Color spaces of #deecf5
RGB | 222 | 236 | 245 |
---|---|---|---|
HSL | 0.57 | 0.53 | 0.92 |
HSV | 203° | 9° | 96° |
CMYK | 0.09 | 0.04 | 0.00 0.04 |
XYZ | 76.6011 | 82.1131 | 98.1983 |
Yxy | 82.1131 | 0.2982 | 0.3196 |
Hunter Lab | 90.6163 | -7.6862 | -0.8195 |
CIE-Lab | 92.6248 | -2.9075 | -5.9475 |
#deecf5 color RGB value is (222,236,245).
#deecf5 hex color red value is 222, green value is 236 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #deecf5 hue: 0.57 , saturation: 0.53 and the lightness value of deecf5 is 0.92.
The process color (four color CMYK) of #deecf5 color hex is 0.09, 0.04, 0.00, 0.04. Web safe color of #deecf5 is #ccffff. Color #deecf5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101100 | 11110101 |
Octal | 336 | 354 | 365 |
Decimal | 222 | 236 | 245 |
Hex | DE | EC | F5 |
Shades of #deecf5
Tints of #deecf5
RGB Percentages of Color #deecf5
CMYK Percentages of Color #deecf5
Complementary Color
#deecf5 | #f5e7de |
#deecf5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deecf5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deecf5 Color CSS Codes
.mybgcolor {background-color:#deecf5; } .myforecolor {color:#deecf5; } .mybordercolor {border:3px solid #deecf5; }
#deecf5 Text Font Color
<p style="color:#deecf5">Text here</p>
This sample text font color is #deecf5
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.
#deecf5 Background Color
<div style="background-color:#deecf5">
Div content here</div>
This div background color is #deecf5
#deecf5 Border Color
<div style="border:3px solid #deecf5">
Div here</div>
This div border color is #deecf5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,236,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deecf5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deecf5; -webkit-box-shadow: 1px 1px 3px 2px #deecf5; box-shadow: 1px 1px 3px 2px #deecf5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,236,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deecf5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deecf5; -webkit-box-shadow: 1px 1px 3px 2px #deecf5; box-shadow: 1px 1px 3px 2px #deecf5;">
Div content here</div>
This div box has shadow with color #deecf5
#deecf5 Color Palettes
Comments
No comments written yet.
Please login to write comment.