Shades of Solitude #DEE4ED
Tints of Solitude #DEE4ED
RGB
CMYK
RGB Variations
Color information
#DEE4ED (or 0xDEE4ED) is known color: Solitude. HEX triplet: DE, E4 and ED. RGB value is (222,228,237). Sum of RGB (Red+Green+Blue) = 222+228+237=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4ED is #211B12. Grayscale: #E3E3E3. Windows color (decimal): -2169619 or 15590622. OLE color: 15590622.
HSL color Cylindrical-coordinate representation of color #DEE4ED: hue angle of 216º degrees, saturation: 0.29, 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 #DEE4ED is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 228 | 237 | - |
CMYK | 0.06 | 0.04 | 0 | 0.07 |
HSL | 216º | 0.29% | 0.9% | - |
HSV(B) | 216º | 0.06% | 0.93% | - |
XYZ | 73.15 | 77.13 | 91.15 | - |
YUV | 227.23 | 133.51 | 124.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 237 | 0.06 | 0.04 | 0 | 0.07 | 216 | 0.29 | 0.9 |
Hex | DE | E4 | ED | 6 | 4 | 0 | 7 | D8 | 1D | 5A |
Octal | 336 | 344 | 355 | 6 | 4 | 0 | 7 | 330 | 35 | 132 |
Binary | 11011110 | 11100100 | 11101101 | 110 | 100 | 0 | 111 | 11011000 | 11101 | 1011010 |
Color Harmonies of #DEE4ED
Complementary color
Monochromatic Colors of #DEE4ED
Black with #DEE4ED
Text Example
Text Example
White with #DEE4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4ED; }
p { color: rgb(222,228,237); }
H1.HeaderClassName
{
color: #DEE4ED;
}
.AnyTagClassName
{
color: #DEE4ED;
}
</style>
background-color css
<style>
a { background-color: #DEE4ED; }
a { background-color: rgb(222,228,237); }
div.DivClassName
{
background-color: #DEE4ED;
}
.BgClassName
{
background-color: #DEE4ED;
}
</style>
border-color css
<style>
span { border-color: #DEE4ED; }
span { border-color: rgb(222,228,237); }
td.TdClassName
{
border-color: #DEE4ED;
}
.TagClassName
{
border-color: #DEE4ED;
}
</style>