Shades of Solitude #DEE6F0
Tints of Solitude #DEE6F0
RGB
CMYK
RGB Variations
Color information
#DEE6F0 (or 0xDEE6F0) is known color: Solitude. HEX triplet: DE, E6 and F0. RGB value is (222,230,240). Sum of RGB (Red+Green+Blue) = 222+230+240=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEE6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6F0 is #21190F. Grayscale: #E4E4E4. Windows color (decimal): -2169104 or 15787742. OLE color: 15787742.
HSL color Cylindrical-coordinate representation of color #DEE6F0: hue angle of 213.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE6F0 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 230 | 240 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.06 |
| HSL | 213.33º | 0.38% | 0.91% | - |
| HSV(B) | 213.33º | 0.07% | 0.94% | - |
| XYZ | 74.15 | 78.41 | 93.67 | - |
| YUV | 228.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 240 | 0.08 | 0.04 | 0 | 0.06 | 213.33 | 0.38 | 0.91 |
| Hex | DE | E6 | F0 | 8 | 4 | 0 | 6 | D5 | 26 | 5B |
| Octal | 336 | 346 | 360 | 10 | 4 | 0 | 6 | 325 | 46 | 133 |
| Binary | 11011110 | 11100110 | 11110000 | 1000 | 100 | 0 | 110 | 11010101 | 100110 | 1011011 |
Color Harmonies of #DEE6F0
Complementary color
Monochromatic Colors of #DEE6F0
Black with #DEE6F0
Text Example
Text Example
White with #DEE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6F0; }
p { color: rgb(222,230,240); }
H1.HeaderClassName
{
color: #DEE6F0;
}
.AnyTagClassName
{
color: #DEE6F0;
}
</style>
background-color css
<style>
a { background-color: #DEE6F0; }
a { background-color: rgb(222,230,240); }
div.DivClassName
{
background-color: #DEE6F0;
}
.BgClassName
{
background-color: #DEE6F0;
}
</style>
border-color css
<style>
span { border-color: #DEE6F0; }
span { border-color: rgb(222,230,240); }
td.TdClassName
{
border-color: #DEE6F0;
}
.TagClassName
{
border-color: #DEE6F0;
}
</style>