Shades of Solitude #DEE3ED
Tints of Solitude #DEE3ED
RGB
CMYK
RGB Variations
Color information
#DEE3ED (or 0xDEE3ED) is known color: Solitude. HEX triplet: DE, E3 and ED. RGB value is (222,227,237). Sum of RGB (Red+Green+Blue) = 222+227+237=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3ED is #211C12. Grayscale: #E2E2E2. Windows color (decimal): -2169875 or 15590366. OLE color: 15590366.
HSL color Cylindrical-coordinate representation of color #DEE3ED: hue angle of 220º 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 #DEE3ED is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 227 | 237 | - |
CMYK | 0.06 | 0.04 | 0 | 0.07 |
HSL | 220º | 0.29% | 0.9% | - |
HSV(B) | 220º | 0.06% | 0.93% | - |
XYZ | 72.88 | 76.58 | 91.06 | - |
YUV | 226.65 | 133.84 | 124.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 227 | 237 | 0.06 | 0.04 | 0 | 0.07 | 220 | 0.29 | 0.9 |
Hex | DE | E3 | ED | 6 | 4 | 0 | 7 | DC | 1D | 5A |
Octal | 336 | 343 | 355 | 6 | 4 | 0 | 7 | 334 | 35 | 132 |
Binary | 11011110 | 11100011 | 11101101 | 110 | 100 | 0 | 111 | 11011100 | 11101 | 1011010 |
Color Harmonies of #DEE3ED
Complementary color
Monochromatic Colors of #DEE3ED
Black with #DEE3ED
Text Example
Text Example
White with #DEE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3ED; }
p { color: rgb(222,227,237); }
H1.HeaderClassName
{
color: #DEE3ED;
}
.AnyTagClassName
{
color: #DEE3ED;
}
</style>
background-color css
<style>
a { background-color: #DEE3ED; }
a { background-color: rgb(222,227,237); }
div.DivClassName
{
background-color: #DEE3ED;
}
.BgClassName
{
background-color: #DEE3ED;
}
</style>
border-color css
<style>
span { border-color: #DEE3ED; }
span { border-color: rgb(222,227,237); }
td.TdClassName
{
border-color: #DEE3ED;
}
.TagClassName
{
border-color: #DEE3ED;
}
</style>