Shades of Solitude #DEE4EB
Tints of Solitude #DEE4EB
RGB
CMYK
RGB Variations
Color information
#DEE4EB (or 0xDEE4EB) is known color: Solitude. HEX triplet: DE, E4 and EB. RGB value is (222,228,235). Sum of RGB (Red+Green+Blue) = 222+228+235=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4EB is #211B14. Grayscale: #E2E2E2. Windows color (decimal): -2169621 or 15459550. OLE color: 15459550.
HSL color Cylindrical-coordinate representation of color #DEE4EB: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE4EB is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 222 | 228 | 235 | - |
CMYK | 0.06 | 0.03 | 0 | 0.08 |
HSL | 212.31º | 0.25% | 0.9% | - |
HSV(B) | 212.31º | 0.06% | 0.92% | - |
XYZ | 72.86 | 77.01 | 89.62 | - |
YUV | 227 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 228 | 235 | 0.06 | 0.03 | 0 | 0.08 | 212.31 | 0.25 | 0.9 |
Hex | DE | E4 | EB | 6 | 3 | 0 | 8 | D4 | 19 | 5A |
Octal | 336 | 344 | 353 | 6 | 3 | 0 | 10 | 324 | 31 | 132 |
Binary | 11011110 | 11100100 | 11101011 | 110 | 11 | 0 | 1000 | 11010100 | 11001 | 1011010 |
Color Harmonies of #DEE4EB
Complementary color
Monochromatic Colors of #DEE4EB
Black with #DEE4EB
Text Example
Text Example
White with #DEE4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4EB; }
p { color: rgb(222,228,235); }
H1.HeaderClassName
{
color: #DEE4EB;
}
.AnyTagClassName
{
color: #DEE4EB;
}
</style>
background-color css
<style>
a { background-color: #DEE4EB; }
a { background-color: rgb(222,228,235); }
div.DivClassName
{
background-color: #DEE4EB;
}
.BgClassName
{
background-color: #DEE4EB;
}
</style>
border-color css
<style>
span { border-color: #DEE4EB; }
span { border-color: rgb(222,228,235); }
td.TdClassName
{
border-color: #DEE4EB;
}
.TagClassName
{
border-color: #DEE4EB;
}
</style>