Shades of Frostee #DCECC8
Tints of Frostee #DCECC8
RGB
CMYK
RGB Variations
Color information
#DCECC8 (or 0xDCECC8) is known color: Frostee. HEX triplet: DC, EC and C8. RGB value is (220,236,200). Sum of RGB (Red+Green+Blue) = 220+236+200=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC8 is #231337. Grayscale: #E3E3E3. Windows color (decimal): -2298680 or 13167836. OLE color: 13167836.
HSL color Cylindrical-coordinate representation of color #DCECC8: hue angle of 86.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCECC8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 200 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.07 |
| HSL | 86.67º | 0.49% | 0.85% | - |
| HSV(B) | 86.67º | 0.15% | 0.93% | - |
| XYZ | 69.94 | 79.38 | 66.28 | - |
| YUV | 227.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 200 | 0.07 | 0 | 0.15 | 0.07 | 86.67 | 0.49 | 0.85 |
| Hex | DC | EC | C8 | 7 | 0 | F | 7 | 57 | 31 | 55 |
| Octal | 334 | 354 | 310 | 7 | 0 | 17 | 7 | 127 | 61 | 125 |
| Binary | 11011100 | 11101100 | 11001000 | 111 | 0 | 1111 | 111 | 1010111 | 110001 | 1010101 |
Color Harmonies of #DCECC8
Complementary color
Monochromatic Colors of #DCECC8
Black with #DCECC8
Text Example
Text Example
White with #DCECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC8; }
p { color: rgb(220,236,200); }
H1.HeaderClassName
{
color: #DCECC8;
}
.AnyTagClassName
{
color: #DCECC8;
}
</style>
background-color css
<style>
a { background-color: #DCECC8; }
a { background-color: rgb(220,236,200); }
div.DivClassName
{
background-color: #DCECC8;
}
.BgClassName
{
background-color: #DCECC8;
}
</style>
border-color css
<style>
span { border-color: #DCECC8; }
span { border-color: rgb(220,236,200); }
td.TdClassName
{
border-color: #DCECC8;
}
.TagClassName
{
border-color: #DCECC8;
}
</style>