Shades of Solitude #DEE9FE
Tints of Solitude #DEE9FE
RGB
CMYK
RGB Variations
Color information
#DEE9FE (or 0xDEE9FE) is known color: Solitude. HEX triplet: DE, E9 and FE. RGB value is (222,233,254). Sum of RGB (Red+Green+Blue) = 222+233+254=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9FE is #211601. Grayscale: #E8E8E8. Windows color (decimal): -2168322 or 16706014. OLE color: 16706014.
HSL color Cylindrical-coordinate representation of color #DEE9FE: hue angle of 219.38º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE9FE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 233 | 254 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.00 |
| HSL | 219.38º | 0.94% | 0.93% | - |
| HSV(B) | 219.38º | 0.13% | 1% | - |
| XYZ | 77.15 | 80.96 | 105.33 | - |
| YUV | 232.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 254 | 0.13 | 0.08 | 0 | 0.00 | 219.38 | 0.94 | 0.93 |
| Hex | DE | E9 | FE | D | 8 | 0 | 0 | DB | 5E | 5D |
| Octal | 336 | 351 | 376 | 15 | 10 | 0 | 0 | 333 | 136 | 135 |
| Binary | 11011110 | 11101001 | 11111110 | 1101 | 1000 | 0 | 0 | 11011011 | 1011110 | 1011101 |
Color Harmonies of #DEE9FE
Complementary color
Monochromatic Colors of #DEE9FE
Black with #DEE9FE
Text Example
Text Example
White with #DEE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9FE; }
p { color: rgb(222,233,254); }
H1.HeaderClassName
{
color: #DEE9FE;
}
.AnyTagClassName
{
color: #DEE9FE;
}
</style>
background-color css
<style>
a { background-color: #DEE9FE; }
a { background-color: rgb(222,233,254); }
div.DivClassName
{
background-color: #DEE9FE;
}
.BgClassName
{
background-color: #DEE9FE;
}
</style>
border-color css
<style>
span { border-color: #DEE9FE; }
span { border-color: rgb(222,233,254); }
td.TdClassName
{
border-color: #DEE9FE;
}
.TagClassName
{
border-color: #DEE9FE;
}
</style>