Shades of Solitude #DEECFA
Tints of Solitude #DEECFA
RGB
CMYK
RGB Variations
Color information
#DEECFA (or 0xDEECFA) is known color: Solitude. HEX triplet: DE, EC and FA. RGB value is (222,236,250). Sum of RGB (Red+Green+Blue) = 222+236+250=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECFA is #211305. Grayscale: #E9E9E9. Windows color (decimal): -2167558 or 16444638. OLE color: 16444638.
HSL color Cylindrical-coordinate representation of color #DEECFA: hue angle of 210º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEECFA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 236 | 250 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.02 |
| HSL | 210º | 0.74% | 0.93% | - |
| HSV(B) | 210º | 0.11% | 0.98% | - |
| XYZ | 77.37 | 82.42 | 102.27 | - |
| YUV | 233.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 250 | 0.11 | 0.06 | 0 | 0.02 | 210 | 0.74 | 0.93 |
| Hex | DE | EC | FA | B | 6 | 0 | 2 | D2 | 4A | 5D |
| Octal | 336 | 354 | 372 | 13 | 6 | 0 | 2 | 322 | 112 | 135 |
| Binary | 11011110 | 11101100 | 11111010 | 1011 | 110 | 0 | 10 | 11010010 | 1001010 | 1011101 |
Color Harmonies of #DEECFA
Complementary color
Monochromatic Colors of #DEECFA
Black with #DEECFA
Text Example
Text Example
White with #DEECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECFA; }
p { color: rgb(222,236,250); }
H1.HeaderClassName
{
color: #DEECFA;
}
.AnyTagClassName
{
color: #DEECFA;
}
</style>
background-color css
<style>
a { background-color: #DEECFA; }
a { background-color: rgb(222,236,250); }
div.DivClassName
{
background-color: #DEECFA;
}
.BgClassName
{
background-color: #DEECFA;
}
</style>
border-color css
<style>
span { border-color: #DEECFA; }
span { border-color: rgb(222,236,250); }
td.TdClassName
{
border-color: #DEECFA;
}
.TagClassName
{
border-color: #DEECFA;
}
</style>