Shades of Solitude #DEE9F4
Tints of Solitude #DEE9F4
RGB
CMYK
RGB Variations
Color information
#DEE9F4 (or 0xDEE9F4) is known color: Solitude. HEX triplet: DE, E9 and F4. RGB value is (222,233,244). Sum of RGB (Red+Green+Blue) = 222+233+244=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEE9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F4 is #21160B. Grayscale: #E6E6E6. Windows color (decimal): -2168332 or 16050654. OLE color: 16050654.
HSL color Cylindrical-coordinate representation of color #DEE9F4: hue angle of 210º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEE9F4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 222 | 233 | 244 | - |
CMYK | 0.09 | 0.05 | 0 | 0.04 |
HSL | 210º | 0.5% | 0.91% | - |
HSV(B) | 210º | 0.09% | 0.96% | - |
XYZ | 75.59 | 80.34 | 97.11 | - |
YUV | 230.97 | 135.36 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 233 | 244 | 0.09 | 0.05 | 0 | 0.04 | 210 | 0.5 | 0.91 |
Hex | DE | E9 | F4 | 9 | 5 | 0 | 4 | D2 | 32 | 5B |
Octal | 336 | 351 | 364 | 11 | 5 | 0 | 4 | 322 | 62 | 133 |
Binary | 11011110 | 11101001 | 11110100 | 1001 | 101 | 0 | 100 | 11010010 | 110010 | 1011011 |
Color Harmonies of #DEE9F4
Complementary color
Monochromatic Colors of #DEE9F4
Black with #DEE9F4
Text Example
Text Example
White with #DEE9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9F4; }
p { color: rgb(222,233,244); }
H1.HeaderClassName
{
color: #DEE9F4;
}
.AnyTagClassName
{
color: #DEE9F4;
}
</style>
background-color css
<style>
a { background-color: #DEE9F4; }
a { background-color: rgb(222,233,244); }
div.DivClassName
{
background-color: #DEE9F4;
}
.BgClassName
{
background-color: #DEE9F4;
}
</style>
border-color css
<style>
span { border-color: #DEE9F4; }
span { border-color: rgb(222,233,244); }
td.TdClassName
{
border-color: #DEE9F4;
}
.TagClassName
{
border-color: #DEE9F4;
}
</style>