Shades of Solitude #DEE5ED
Tints of Solitude #DEE5ED
RGB
CMYK
RGB Variations
Color information
#DEE5ED (or 0xDEE5ED) is known color: Solitude. HEX triplet: DE, E5 and ED. RGB value is (222,229,237). Sum of RGB (Red+Green+Blue) = 222+229+237=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5ED is #211A12. Grayscale: #E3E3E3. Windows color (decimal): -2169363 or 15590878. OLE color: 15590878.
HSL color Cylindrical-coordinate representation of color #DEE5ED: hue angle of 212º 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 #DEE5ED is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 229 | 237 | - |
CMYK | 0.06 | 0.03 | 0 | 0.07 |
HSL | 212º | 0.29% | 0.9% | - |
HSV(B) | 212º | 0.06% | 0.93% | - |
XYZ | 73.43 | 77.68 | 91.24 | - |
YUV | 227.82 | 133.18 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 237 | 0.06 | 0.03 | 0 | 0.07 | 212 | 0.29 | 0.9 |
Hex | DE | E5 | ED | 6 | 3 | 0 | 7 | D4 | 1D | 5A |
Octal | 336 | 345 | 355 | 6 | 3 | 0 | 7 | 324 | 35 | 132 |
Binary | 11011110 | 11100101 | 11101101 | 110 | 11 | 0 | 111 | 11010100 | 11101 | 1011010 |
Color Harmonies of #DEE5ED
Complementary color
Monochromatic Colors of #DEE5ED
Black with #DEE5ED
Text Example
Text Example
White with #DEE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5ED; }
p { color: rgb(222,229,237); }
H1.HeaderClassName
{
color: #DEE5ED;
}
.AnyTagClassName
{
color: #DEE5ED;
}
</style>
background-color css
<style>
a { background-color: #DEE5ED; }
a { background-color: rgb(222,229,237); }
div.DivClassName
{
background-color: #DEE5ED;
}
.BgClassName
{
background-color: #DEE5ED;
}
</style>
border-color css
<style>
span { border-color: #DEE5ED; }
span { border-color: rgb(222,229,237); }
td.TdClassName
{
border-color: #DEE5ED;
}
.TagClassName
{
border-color: #DEE5ED;
}
</style>