Shades of Solitude #DEE8FA
Tints of Solitude #DEE8FA
RGB
CMYK
RGB Variations
Color information
#DEE8FA (or 0xDEE8FA) is known color: Solitude. HEX triplet: DE, E8 and FA. RGB value is (222,232,250). Sum of RGB (Red+Green+Blue) = 222+232+250=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8FA is #211705. Grayscale: #E6E6E6. Windows color (decimal): -2168582 or 16443614. OLE color: 16443614.
HSL color Cylindrical-coordinate representation of color #DEE8FA: hue angle of 218.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE8FA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 232 | 250 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.02 |
| HSL | 218.57º | 0.74% | 0.93% | - |
| HSV(B) | 218.57º | 0.11% | 0.98% | - |
| XYZ | 76.24 | 80.14 | 101.89 | - |
| YUV | 231.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 250 | 0.11 | 0.07 | 0 | 0.02 | 218.57 | 0.74 | 0.93 |
| Hex | DE | E8 | FA | B | 7 | 0 | 2 | DB | 4A | 5D |
| Octal | 336 | 350 | 372 | 13 | 7 | 0 | 2 | 333 | 112 | 135 |
| Binary | 11011110 | 11101000 | 11111010 | 1011 | 111 | 0 | 10 | 11011011 | 1001010 | 1011101 |
Color Harmonies of #DEE8FA
Complementary color
Monochromatic Colors of #DEE8FA
Black with #DEE8FA
Text Example
Text Example
White with #DEE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8FA; }
p { color: rgb(222,232,250); }
H1.HeaderClassName
{
color: #DEE8FA;
}
.AnyTagClassName
{
color: #DEE8FA;
}
</style>
background-color css
<style>
a { background-color: #DEE8FA; }
a { background-color: rgb(222,232,250); }
div.DivClassName
{
background-color: #DEE8FA;
}
.BgClassName
{
background-color: #DEE8FA;
}
</style>
border-color css
<style>
span { border-color: #DEE8FA; }
span { border-color: rgb(222,232,250); }
td.TdClassName
{
border-color: #DEE8FA;
}
.TagClassName
{
border-color: #DEE8FA;
}
</style>