Shades of Solitude #DEE8FF
Tints of Solitude #DEE8FF
RGB
CMYK
RGB Variations
Color information
#DEE8FF (or 0xDEE8FF) is known color: Solitude. HEX triplet: DE, E8 and FF. RGB value is (222,232,255). Sum of RGB (Red+Green+Blue) = 222+232+255=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8FF is #211700. Grayscale: #E7E7E7. Windows color (decimal): -2168577 or 16771294. OLE color: 16771294.
HSL color Cylindrical-coordinate representation of color #DEE8FF: hue angle of 221.82º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEE8FF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 232 | 255 | - |
| CMYK | 0.13 | 0.09 | 0 | 0 |
| HSL | 221.82º | 1% | 0.94% | - |
| HSV(B) | 221.82º | 0.13% | 1% | - |
| XYZ | 77.03 | 80.46 | 106.08 | - |
| YUV | 231.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 255 | 0.13 | 0.09 | 0 | 0 | 221.82 | 1 | 0.94 |
| Hex | DE | E8 | FF | D | 9 | 0 | 0 | DE | 64 | 5E |
| Octal | 336 | 350 | 377 | 15 | 11 | 0 | 0 | 336 | 144 | 136 |
| Binary | 11011110 | 11101000 | 11111111 | 1101 | 1001 | 0 | 0 | 11011110 | 1100100 | 1011110 |
Color Harmonies of #DEE8FF
Complementary color
Monochromatic Colors of #DEE8FF
Black with #DEE8FF
Text Example
Text Example
White with #DEE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8FF; }
p { color: rgb(222,232,255); }
H1.HeaderClassName
{
color: #DEE8FF;
}
.AnyTagClassName
{
color: #DEE8FF;
}
</style>
background-color css
<style>
a { background-color: #DEE8FF; }
a { background-color: rgb(222,232,255); }
div.DivClassName
{
background-color: #DEE8FF;
}
.BgClassName
{
background-color: #DEE8FF;
}
</style>
border-color css
<style>
span { border-color: #DEE8FF; }
span { border-color: rgb(222,232,255); }
td.TdClassName
{
border-color: #DEE8FF;
}
.TagClassName
{
border-color: #DEE8FF;
}
</style>