Shades of Granny Apple #CCFCD1
Tints of Granny Apple #CCFCD1
RGB
CMYK
RGB Variations
Color information
#CCFCD1 (or 0xCCFCD1) is known color: Granny Apple. HEX triplet: CC, FC and D1. RGB value is (204,252,209). Sum of RGB (Red+Green+Blue) = 204+252+209=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD1 is #33032E. Grayscale: #E8E8E8. Windows color (decimal): -3343151 or 13761740. OLE color: 13761740.
HSL color Cylindrical-coordinate representation of color #CCFCD1: hue angle of 126.25º 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 #CCFCD1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 209 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 126.25º | 0.89% | 0.89% | - |
| HSV(B) | 126.25º | 0.19% | 0.99% | - |
| XYZ | 71.22 | 87.06 | 73.37 | - |
| YUV | 232.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 209 | 0.19 | 0 | 0.17 | 0.01 | 126.25 | 0.89 | 0.89 |
| Hex | CC | FC | D1 | 13 | 0 | 11 | 1 | 7E | 59 | 59 |
| Octal | 314 | 374 | 321 | 23 | 0 | 21 | 1 | 176 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11010001 | 10011 | 0 | 10001 | 1 | 1111110 | 1011001 | 1011001 |
Color Harmonies of #CCFCD1
Complementary color
Monochromatic Colors of #CCFCD1
Black with #CCFCD1
Text Example
Text Example
White with #CCFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCD1; }
p { color: rgb(204,252,209); }
H1.HeaderClassName
{
color: #CCFCD1;
}
.AnyTagClassName
{
color: #CCFCD1;
}
</style>
background-color css
<style>
a { background-color: #CCFCD1; }
a { background-color: rgb(204,252,209); }
div.DivClassName
{
background-color: #CCFCD1;
}
.BgClassName
{
background-color: #CCFCD1;
}
</style>
border-color css
<style>
span { border-color: #CCFCD1; }
span { border-color: rgb(204,252,209); }
td.TdClassName
{
border-color: #CCFCD1;
}
.TagClassName
{
border-color: #CCFCD1;
}
</style>