Shades of Frost #DEECBB
Tints of Frost #DEECBB
RGB
CMYK
RGB Variations
Color information
#DEECBB (or 0xDEECBB) is known color: Frost. HEX triplet: DE, EC and BB. RGB value is (222,236,187). Sum of RGB (Red+Green+Blue) = 222+236+187=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECBB is #211344. Grayscale: #E2E2E2. Windows color (decimal): -2167621 or 12315870. OLE color: 12315870.
HSL color Cylindrical-coordinate representation of color #DEECBB: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEECBB is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 187 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.07 |
| HSL | 77.14º | 0.56% | 0.83% | - |
| HSV(B) | 77.14º | 0.21% | 0.93% | - |
| XYZ | 69.09 | 79.11 | 58.64 | - |
| YUV | 226.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 187 | 0.06 | 0 | 0.21 | 0.07 | 77.14 | 0.56 | 0.83 |
| Hex | DE | EC | BB | 6 | 0 | 15 | 7 | 4D | 38 | 53 |
| Octal | 336 | 354 | 273 | 6 | 0 | 25 | 7 | 115 | 70 | 123 |
| Binary | 11011110 | 11101100 | 10111011 | 110 | 0 | 10101 | 111 | 1001101 | 111000 | 1010011 |
Color Harmonies of #DEECBB
Complementary color
Monochromatic Colors of #DEECBB
Black with #DEECBB
Text Example
Text Example
White with #DEECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECBB; }
p { color: rgb(222,236,187); }
H1.HeaderClassName
{
color: #DEECBB;
}
.AnyTagClassName
{
color: #DEECBB;
}
</style>
background-color css
<style>
a { background-color: #DEECBB; }
a { background-color: rgb(222,236,187); }
div.DivClassName
{
background-color: #DEECBB;
}
.BgClassName
{
background-color: #DEECBB;
}
</style>
border-color css
<style>
span { border-color: #DEECBB; }
span { border-color: rgb(222,236,187); }
td.TdClassName
{
border-color: #DEECBB;
}
.TagClassName
{
border-color: #DEECBB;
}
</style>