Shades of Solitude #DEE6F1
Tints of Solitude #DEE6F1
RGB
CMYK
RGB Variations
Color information
#DEE6F1 (or 0xDEE6F1) is known color: Solitude. HEX triplet: DE, E6 and F1. RGB value is (222,230,241). Sum of RGB (Red+Green+Blue) = 222+230+241=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEE6F1 is #21190E. Grayscale: #E4E4E4. Windows color (decimal): -2169103 or 15853278. OLE color: 15853278.
HSL color Cylindrical-coordinate representation of color #DEE6F1: hue angle of 214.74º 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 #DEE6F1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 230 | 241 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.05 |
| HSL | 214.74º | 0.4% | 0.91% | - |
| HSV(B) | 214.74º | 0.08% | 0.95% | - |
| XYZ | 74.3 | 78.47 | 94.45 | - |
| YUV | 228.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 241 | 0.08 | 0.05 | 0 | 0.05 | 214.74 | 0.4 | 0.91 |
| Hex | DE | E6 | F1 | 8 | 5 | 0 | 5 | D7 | 28 | 5B |
| Octal | 336 | 346 | 361 | 10 | 5 | 0 | 5 | 327 | 50 | 133 |
| Binary | 11011110 | 11100110 | 11110001 | 1000 | 101 | 0 | 101 | 11010111 | 101000 | 1011011 |
Color Harmonies of #DEE6F1
Complementary color
Monochromatic Colors of #DEE6F1
Black with #DEE6F1
Text Example
Text Example
White with #DEE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6F1; }
p { color: rgb(222,230,241); }
H1.HeaderClassName
{
color: #DEE6F1;
}
.AnyTagClassName
{
color: #DEE6F1;
}
</style>
background-color css
<style>
a { background-color: #DEE6F1; }
a { background-color: rgb(222,230,241); }
div.DivClassName
{
background-color: #DEE6F1;
}
.BgClassName
{
background-color: #DEE6F1;
}
</style>
border-color css
<style>
span { border-color: #DEE6F1; }
span { border-color: rgb(222,230,241); }
td.TdClassName
{
border-color: #DEE6F1;
}
.TagClassName
{
border-color: #DEE6F1;
}
</style>