Shades of Solitude #DEE8F9
Tints of Solitude #DEE8F9
RGB
CMYK
RGB Variations
Color information
#DEE8F9 (or 0xDEE8F9) is known color: Solitude. HEX triplet: DE, E8 and F9. RGB value is (222,232,249). Sum of RGB (Red+Green+Blue) = 222+232+249=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8F9 is #211706. Grayscale: #E6E6E6. Windows color (decimal): -2168583 or 16378078. OLE color: 16378078.
HSL color Cylindrical-coordinate representation of color #DEE8F9: hue angle of 217.78º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE8F9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 232 | 249 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.02 |
| HSL | 217.78º | 0.69% | 0.92% | - |
| HSV(B) | 217.78º | 0.11% | 0.98% | - |
| XYZ | 76.08 | 80.08 | 101.07 | - |
| YUV | 230.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 249 | 0.11 | 0.07 | 0 | 0.02 | 217.78 | 0.69 | 0.92 |
| Hex | DE | E8 | F9 | B | 7 | 0 | 2 | DA | 45 | 5C |
| Octal | 336 | 350 | 371 | 13 | 7 | 0 | 2 | 332 | 105 | 134 |
| Binary | 11011110 | 11101000 | 11111001 | 1011 | 111 | 0 | 10 | 11011010 | 1000101 | 1011100 |
Color Harmonies of #DEE8F9
Complementary color
Monochromatic Colors of #DEE8F9
Black with #DEE8F9
Text Example
Text Example
White with #DEE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8F9; }
p { color: rgb(222,232,249); }
H1.HeaderClassName
{
color: #DEE8F9;
}
.AnyTagClassName
{
color: #DEE8F9;
}
</style>
background-color css
<style>
a { background-color: #DEE8F9; }
a { background-color: rgb(222,232,249); }
div.DivClassName
{
background-color: #DEE8F9;
}
.BgClassName
{
background-color: #DEE8F9;
}
</style>
border-color css
<style>
span { border-color: #DEE8F9; }
span { border-color: rgb(222,232,249); }
td.TdClassName
{
border-color: #DEE8F9;
}
.TagClassName
{
border-color: #DEE8F9;
}
</style>