Shades of Granny Apple #CCFCD0
Tints of Granny Apple #CCFCD0
RGB
CMYK
RGB Variations
Color information
#CCFCD0 (or 0xCCFCD0) is known color: Granny Apple. HEX triplet: CC, FC and D0. RGB value is (204,252,208). Sum of RGB (Red+Green+Blue) = 204+252+208=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD0 is #33032F. Grayscale: #E8E8E8. Windows color (decimal): -3343152 or 13696204. OLE color: 13696204.
HSL color Cylindrical-coordinate representation of color #CCFCD0: hue angle of 125º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCD0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 208 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 125º | 0.89% | 0.89% | - |
| HSV(B) | 125º | 0.19% | 0.99% | - |
| XYZ | 71.1 | 87.01 | 72.72 | - |
| YUV | 232.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 208 | 0.19 | 0 | 0.17 | 0.01 | 125 | 0.89 | 0.89 |
| Hex | CC | FC | D0 | 13 | 0 | 11 | 1 | 7D | 59 | 59 |
| Octal | 314 | 374 | 320 | 23 | 0 | 21 | 1 | 175 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11010000 | 10011 | 0 | 10001 | 1 | 1111101 | 1011001 | 1011001 |
Color Harmonies of #CCFCD0
Complementary color
Monochromatic Colors of #CCFCD0
Black with #CCFCD0
Text Example
Text Example
White with #CCFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCD0; }
p { color: rgb(204,252,208); }
H1.HeaderClassName
{
color: #CCFCD0;
}
.AnyTagClassName
{
color: #CCFCD0;
}
</style>
background-color css
<style>
a { background-color: #CCFCD0; }
a { background-color: rgb(204,252,208); }
div.DivClassName
{
background-color: #CCFCD0;
}
.BgClassName
{
background-color: #CCFCD0;
}
</style>
border-color css
<style>
span { border-color: #CCFCD0; }
span { border-color: rgb(204,252,208); }
td.TdClassName
{
border-color: #CCFCD0;
}
.TagClassName
{
border-color: #CCFCD0;
}
</style>