Shades of Solitude #DEE9F8
Tints of Solitude #DEE9F8
RGB
CMYK
RGB Variations
Color information
#DEE9F8 (or 0xDEE9F8) is known color: Solitude. HEX triplet: DE, E9 and F8. RGB value is (222,233,248). Sum of RGB (Red+Green+Blue) = 222+233+248=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9F8 is #211607. Grayscale: #E7E7E7. Windows color (decimal): -2168328 or 16312798. OLE color: 16312798.
HSL color Cylindrical-coordinate representation of color #DEE9F8: hue angle of 214.62º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE9F8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 233 | 248 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.03 |
| HSL | 214.62º | 0.65% | 0.92% | - |
| HSV(B) | 214.62º | 0.1% | 0.97% | - |
| XYZ | 76.21 | 80.58 | 100.34 | - |
| YUV | 231.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 248 | 0.10 | 0.06 | 0 | 0.03 | 214.62 | 0.65 | 0.92 |
| Hex | DE | E9 | F8 | A | 6 | 0 | 3 | D7 | 41 | 5C |
| Octal | 336 | 351 | 370 | 12 | 6 | 0 | 3 | 327 | 101 | 134 |
| Binary | 11011110 | 11101001 | 11111000 | 1010 | 110 | 0 | 11 | 11010111 | 1000001 | 1011100 |
Color Harmonies of #DEE9F8
Complementary color
Monochromatic Colors of #DEE9F8
Black with #DEE9F8
Text Example
Text Example
White with #DEE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9F8; }
p { color: rgb(222,233,248); }
H1.HeaderClassName
{
color: #DEE9F8;
}
.AnyTagClassName
{
color: #DEE9F8;
}
</style>
background-color css
<style>
a { background-color: #DEE9F8; }
a { background-color: rgb(222,233,248); }
div.DivClassName
{
background-color: #DEE9F8;
}
.BgClassName
{
background-color: #DEE9F8;
}
</style>
border-color css
<style>
span { border-color: #DEE9F8; }
span { border-color: rgb(222,233,248); }
td.TdClassName
{
border-color: #DEE9F8;
}
.TagClassName
{
border-color: #DEE9F8;
}
</style>