Shades of Solitude #DEE9FF
Tints of Solitude #DEE9FF
RGB
CMYK
RGB Variations
Color information
#DEE9FF (or 0xDEE9FF) is known color: Solitude. HEX triplet: DE, E9 and FF. RGB value is (222,233,255). Sum of RGB (Red+Green+Blue) = 222+233+255=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE9FF is #211600. Grayscale: #E8E8E8. Windows color (decimal): -2168321 or 16771550. OLE color: 16771550.
HSL color Cylindrical-coordinate representation of color #DEE9FF: hue angle of 220º 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 #DEE9FF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 233 | 255 | - |
| CMYK | 0.13 | 0.09 | 0 | 0 |
| HSL | 220º | 1% | 0.94% | - |
| HSV(B) | 220º | 0.13% | 1% | - |
| XYZ | 77.31 | 81.03 | 106.17 | - |
| YUV | 232.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 255 | 0.13 | 0.09 | 0 | 0 | 220 | 1 | 0.94 |
| Hex | DE | E9 | FF | D | 9 | 0 | 0 | DC | 64 | 5E |
| Octal | 336 | 351 | 377 | 15 | 11 | 0 | 0 | 334 | 144 | 136 |
| Binary | 11011110 | 11101001 | 11111111 | 1101 | 1001 | 0 | 0 | 11011100 | 1100100 | 1011110 |
Color Harmonies of #DEE9FF
Complementary color
Monochromatic Colors of #DEE9FF
Black with #DEE9FF
Text Example
Text Example
White with #DEE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE9FF; }
p { color: rgb(222,233,255); }
H1.HeaderClassName
{
color: #DEE9FF;
}
.AnyTagClassName
{
color: #DEE9FF;
}
</style>
background-color css
<style>
a { background-color: #DEE9FF; }
a { background-color: rgb(222,233,255); }
div.DivClassName
{
background-color: #DEE9FF;
}
.BgClassName
{
background-color: #DEE9FF;
}
</style>
border-color css
<style>
span { border-color: #DEE9FF; }
span { border-color: rgb(222,233,255); }
td.TdClassName
{
border-color: #DEE9FF;
}
.TagClassName
{
border-color: #DEE9FF;
}
</style>