Shades of Solitude #DEE4EC
Tints of Solitude #DEE4EC
RGB
CMYK
RGB Variations
Color information
#DEE4EC (or 0xDEE4EC) is known color: Solitude. HEX triplet: DE, E4 and EC. RGB value is (222,228,236). Sum of RGB (Red+Green+Blue) = 222+228+236=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4EC is #211B13. Grayscale: #E3E3E3. Windows color (decimal): -2169620 or 15525086. OLE color: 15525086.
HSL color Cylindrical-coordinate representation of color #DEE4EC: hue angle of 214.29º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE4EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 228 | 236 | - |
CMYK | 0.06 | 0.03 | 0 | 0.07 |
HSL | 214.29º | 0.27% | 0.9% | - |
HSV(B) | 214.29º | 0.06% | 0.93% | - |
XYZ | 73.01 | 77.07 | 90.39 | - |
YUV | 227.12 | 133.01 | 124.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 236 | 0.06 | 0.03 | 0 | 0.07 | 214.29 | 0.27 | 0.9 |
Hex | DE | E4 | EC | 6 | 3 | 0 | 7 | D6 | 1B | 5A |
Octal | 336 | 344 | 354 | 6 | 3 | 0 | 7 | 326 | 33 | 132 |
Binary | 11011110 | 11100100 | 11101100 | 110 | 11 | 0 | 111 | 11010110 | 11011 | 1011010 |
Color Harmonies of #DEE4EC
Complementary color
Monochromatic Colors of #DEE4EC
Black with #DEE4EC
Text Example
Text Example
White with #DEE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4EC; }
p { color: rgb(222,228,236); }
H1.HeaderClassName
{
color: #DEE4EC;
}
.AnyTagClassName
{
color: #DEE4EC;
}
</style>
background-color css
<style>
a { background-color: #DEE4EC; }
a { background-color: rgb(222,228,236); }
div.DivClassName
{
background-color: #DEE4EC;
}
.BgClassName
{
background-color: #DEE4EC;
}
</style>
border-color css
<style>
span { border-color: #DEE4EC; }
span { border-color: rgb(222,228,236); }
td.TdClassName
{
border-color: #DEE4EC;
}
.TagClassName
{
border-color: #DEE4EC;
}
</style>