Shades of Solitude #DEE7F1
Tints of Solitude #DEE7F1
RGB
CMYK
RGB Variations
Color information
#DEE7F1 (or 0xDEE7F1) is known color: Solitude. HEX triplet: DE, E7 and F1. RGB value is (222,231,241). Sum of RGB (Red+Green+Blue) = 222+231+241=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE7F1 is #21180E. Grayscale: #E5E5E5. Windows color (decimal): -2168847 or 15853534. OLE color: 15853534.
HSL color Cylindrical-coordinate representation of color #DEE7F1: hue angle of 211.58º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE7F1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 231 | 241 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.05 |
| HSL | 211.58º | 0.4% | 0.91% | - |
| HSV(B) | 211.58º | 0.08% | 0.95% | - |
| XYZ | 74.58 | 79.03 | 94.54 | - |
| YUV | 229.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 241 | 0.08 | 0.04 | 0 | 0.05 | 211.58 | 0.4 | 0.91 |
| Hex | DE | E7 | F1 | 8 | 4 | 0 | 5 | D4 | 28 | 5B |
| Octal | 336 | 347 | 361 | 10 | 4 | 0 | 5 | 324 | 50 | 133 |
| Binary | 11011110 | 11100111 | 11110001 | 1000 | 100 | 0 | 101 | 11010100 | 101000 | 1011011 |
Color Harmonies of #DEE7F1
Complementary color
Monochromatic Colors of #DEE7F1
Black with #DEE7F1
Text Example
Text Example
White with #DEE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE7F1; }
p { color: rgb(222,231,241); }
H1.HeaderClassName
{
color: #DEE7F1;
}
.AnyTagClassName
{
color: #DEE7F1;
}
</style>
background-color css
<style>
a { background-color: #DEE7F1; }
a { background-color: rgb(222,231,241); }
div.DivClassName
{
background-color: #DEE7F1;
}
.BgClassName
{
background-color: #DEE7F1;
}
</style>
border-color css
<style>
span { border-color: #DEE7F1; }
span { border-color: rgb(222,231,241); }
td.TdClassName
{
border-color: #DEE7F1;
}
.TagClassName
{
border-color: #DEE7F1;
}
</style>