Shades of Solitude #DEE8F8
Tints of Solitude #DEE8F8
RGB
CMYK
RGB Variations
Color information
#DEE8F8 (or 0xDEE8F8) is known color: Solitude. HEX triplet: DE, E8 and F8. RGB value is (222,232,248). Sum of RGB (Red+Green+Blue) = 222+232+248=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEE8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE8F8 is #211707. Grayscale: #E6E6E6. Windows color (decimal): -2168584 or 16312542. OLE color: 16312542.
HSL color Cylindrical-coordinate representation of color #DEE8F8: hue angle of 216.92º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEE8F8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 232 | 248 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.03 |
| HSL | 216.92º | 0.65% | 0.92% | - |
| HSV(B) | 216.92º | 0.1% | 0.97% | - |
| XYZ | 75.92 | 80.02 | 100.25 | - |
| YUV | 230.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 248 | 0.10 | 0.06 | 0 | 0.03 | 216.92 | 0.65 | 0.92 |
| Hex | DE | E8 | F8 | A | 6 | 0 | 3 | D9 | 41 | 5C |
| Octal | 336 | 350 | 370 | 12 | 6 | 0 | 3 | 331 | 101 | 134 |
| Binary | 11011110 | 11101000 | 11111000 | 1010 | 110 | 0 | 11 | 11011001 | 1000001 | 1011100 |
Color Harmonies of #DEE8F8
Complementary color
Monochromatic Colors of #DEE8F8
Black with #DEE8F8
Text Example
Text Example
White with #DEE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE8F8; }
p { color: rgb(222,232,248); }
H1.HeaderClassName
{
color: #DEE8F8;
}
.AnyTagClassName
{
color: #DEE8F8;
}
</style>
background-color css
<style>
a { background-color: #DEE8F8; }
a { background-color: rgb(222,232,248); }
div.DivClassName
{
background-color: #DEE8F8;
}
.BgClassName
{
background-color: #DEE8F8;
}
</style>
border-color css
<style>
span { border-color: #DEE8F8; }
span { border-color: rgb(222,232,248); }
td.TdClassName
{
border-color: #DEE8F8;
}
.TagClassName
{
border-color: #DEE8F8;
}
</style>