Shades of Solitude #DEE5EF
Tints of Solitude #DEE5EF
RGB
CMYK
RGB Variations
Color information
#DEE5EF (or 0xDEE5EF) is known color: Solitude. HEX triplet: DE, E5 and EF. RGB value is (222,229,239). Sum of RGB (Red+Green+Blue) = 222+229+239=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5EF is #211A10. Grayscale: #E3E3E3. Windows color (decimal): -2169361 or 15721950. OLE color: 15721950.
HSL color Cylindrical-coordinate representation of color #DEE5EF: hue angle of 215.29º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE5EF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 229 | 239 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.06 |
| HSL | 215.29º | 0.35% | 0.9% | - |
| HSV(B) | 215.29º | 0.07% | 0.94% | - |
| XYZ | 73.72 | 77.8 | 92.79 | - |
| YUV | 228.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 239 | 0.07 | 0.04 | 0 | 0.06 | 215.29 | 0.35 | 0.9 |
| Hex | DE | E5 | EF | 7 | 4 | 0 | 6 | D7 | 23 | 5A |
| Octal | 336 | 345 | 357 | 7 | 4 | 0 | 6 | 327 | 43 | 132 |
| Binary | 11011110 | 11100101 | 11101111 | 111 | 100 | 0 | 110 | 11010111 | 100011 | 1011010 |
Color Harmonies of #DEE5EF
Complementary color
Monochromatic Colors of #DEE5EF
Black with #DEE5EF
Text Example
Text Example
White with #DEE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5EF; }
p { color: rgb(222,229,239); }
H1.HeaderClassName
{
color: #DEE5EF;
}
.AnyTagClassName
{
color: #DEE5EF;
}
</style>
background-color css
<style>
a { background-color: #DEE5EF; }
a { background-color: rgb(222,229,239); }
div.DivClassName
{
background-color: #DEE5EF;
}
.BgClassName
{
background-color: #DEE5EF;
}
</style>
border-color css
<style>
span { border-color: #DEE5EF; }
span { border-color: rgb(222,229,239); }
td.TdClassName
{
border-color: #DEE5EF;
}
.TagClassName
{
border-color: #DEE5EF;
}
</style>