Shades of Solitude #DEECF9
Tints of Solitude #DEECF9
RGB
CMYK
RGB Variations
Color information
#DEECF9 (or 0xDEECF9) is known color: Solitude. HEX triplet: DE, EC and F9. RGB value is (222,236,249). Sum of RGB (Red+Green+Blue) = 222+236+249=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF9 is #211306. Grayscale: #E9E9E9. Windows color (decimal): -2167559 or 16379102. OLE color: 16379102.
HSL color Cylindrical-coordinate representation of color #DEECF9: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEECF9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 236 | 249 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.02 |
| HSL | 208.89º | 0.69% | 0.92% | - |
| HSV(B) | 208.89º | 0.11% | 0.98% | - |
| XYZ | 77.22 | 82.36 | 101.45 | - |
| YUV | 233.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 249 | 0.11 | 0.05 | 0 | 0.02 | 208.89 | 0.69 | 0.92 |
| Hex | DE | EC | F9 | B | 5 | 0 | 2 | D1 | 45 | 5C |
| Octal | 336 | 354 | 371 | 13 | 5 | 0 | 2 | 321 | 105 | 134 |
| Binary | 11011110 | 11101100 | 11111001 | 1011 | 101 | 0 | 10 | 11010001 | 1000101 | 1011100 |
Color Harmonies of #DEECF9
Complementary color
Monochromatic Colors of #DEECF9
Black with #DEECF9
Text Example
Text Example
White with #DEECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECF9; }
p { color: rgb(222,236,249); }
H1.HeaderClassName
{
color: #DEECF9;
}
.AnyTagClassName
{
color: #DEECF9;
}
</style>
background-color css
<style>
a { background-color: #DEECF9; }
a { background-color: rgb(222,236,249); }
div.DivClassName
{
background-color: #DEECF9;
}
.BgClassName
{
background-color: #DEECF9;
}
</style>
border-color css
<style>
span { border-color: #DEECF9; }
span { border-color: rgb(222,236,249); }
td.TdClassName
{
border-color: #DEECF9;
}
.TagClassName
{
border-color: #DEECF9;
}
</style>