Shades of Frostee #DCECC9
Tints of Frostee #DCECC9
RGB
CMYK
RGB Variations
Color information
#DCECC9 (or 0xDCECC9) is known color: Frostee. HEX triplet: DC, EC and C9. RGB value is (220,236,201). Sum of RGB (Red+Green+Blue) = 220+236+201=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC9 is #231336. Grayscale: #E3E3E3. Windows color (decimal): -2298679 or 13233372. OLE color: 13233372.
HSL color Cylindrical-coordinate representation of color #DCECC9: hue angle of 87.43º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCECC9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 201 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.07 |
| HSL | 87.43º | 0.48% | 0.86% | - |
| HSV(B) | 87.43º | 0.15% | 0.93% | - |
| XYZ | 70.05 | 79.42 | 66.9 | - |
| YUV | 227.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 201 | 0.07 | 0 | 0.15 | 0.07 | 87.43 | 0.48 | 0.86 |
| Hex | DC | EC | C9 | 7 | 0 | F | 7 | 57 | 30 | 56 |
| Octal | 334 | 354 | 311 | 7 | 0 | 17 | 7 | 127 | 60 | 126 |
| Binary | 11011100 | 11101100 | 11001001 | 111 | 0 | 1111 | 111 | 1010111 | 110000 | 1010110 |
Color Harmonies of #DCECC9
Complementary color
Monochromatic Colors of #DCECC9
Black with #DCECC9
Text Example
Text Example
White with #DCECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC9; }
p { color: rgb(220,236,201); }
H1.HeaderClassName
{
color: #DCECC9;
}
.AnyTagClassName
{
color: #DCECC9;
}
</style>
background-color css
<style>
a { background-color: #DCECC9; }
a { background-color: rgb(220,236,201); }
div.DivClassName
{
background-color: #DCECC9;
}
.BgClassName
{
background-color: #DCECC9;
}
</style>
border-color css
<style>
span { border-color: #DCECC9; }
span { border-color: rgb(220,236,201); }
td.TdClassName
{
border-color: #DCECC9;
}
.TagClassName
{
border-color: #DCECC9;
}
</style>