Shades of Solitude #DEE4EE
Tints of Solitude #DEE4EE
RGB
CMYK
RGB Variations
Color information
#DEE4EE (or 0xDEE4EE) is known color: Solitude. HEX triplet: DE, E4 and EE. RGB value is (222,228,238). Sum of RGB (Red+Green+Blue) = 222+228+238=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4EE is #211B11. Grayscale: #E3E3E3. Windows color (decimal): -2169618 or 15656158. OLE color: 15656158.
HSL color Cylindrical-coordinate representation of color #DEE4EE: hue angle of 217.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE4EE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 228 | 238 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.07 |
| HSL | 217.5º | 0.32% | 0.9% | - |
| HSV(B) | 217.5º | 0.07% | 0.93% | - |
| XYZ | 73.3 | 77.19 | 91.92 | - |
| YUV | 227.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 238 | 0.07 | 0.04 | 0 | 0.07 | 217.5 | 0.32 | 0.9 |
| Hex | DE | E4 | EE | 7 | 4 | 0 | 7 | DA | 20 | 5A |
| Octal | 336 | 344 | 356 | 7 | 4 | 0 | 7 | 332 | 40 | 132 |
| Binary | 11011110 | 11100100 | 11101110 | 111 | 100 | 0 | 111 | 11011010 | 100000 | 1011010 |
Color Harmonies of #DEE4EE
Complementary color
Monochromatic Colors of #DEE4EE
Black with #DEE4EE
Text Example
Text Example
White with #DEE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4EE; }
p { color: rgb(222,228,238); }
H1.HeaderClassName
{
color: #DEE4EE;
}
.AnyTagClassName
{
color: #DEE4EE;
}
</style>
background-color css
<style>
a { background-color: #DEE4EE; }
a { background-color: rgb(222,228,238); }
div.DivClassName
{
background-color: #DEE4EE;
}
.BgClassName
{
background-color: #DEE4EE;
}
</style>
border-color css
<style>
span { border-color: #DEE4EE; }
span { border-color: rgb(222,228,238); }
td.TdClassName
{
border-color: #DEE4EE;
}
.TagClassName
{
border-color: #DEE4EE;
}
</style>