Shades of Granny Apple #CCFCD6
Tints of Granny Apple #CCFCD6
RGB
CMYK
RGB Variations
Color information
#CCFCD6 (or 0xCCFCD6) is known color: Granny Apple. HEX triplet: CC, FC and D6. RGB value is (204,252,214). Sum of RGB (Red+Green+Blue) = 204+252+214=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD6 is #330329. Grayscale: #E9E9E9. Windows color (decimal): -3343146 or 14089420. OLE color: 14089420.
HSL color Cylindrical-coordinate representation of color #CCFCD6: hue angle of 132.5º 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 #CCFCD6 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 214 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.01 |
| HSL | 132.5º | 0.89% | 0.89% | - |
| HSV(B) | 132.5º | 0.19% | 0.99% | - |
| XYZ | 71.85 | 87.31 | 76.68 | - |
| YUV | 233.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 214 | 0.19 | 0 | 0.15 | 0.01 | 132.5 | 0.89 | 0.89 |
| Hex | CC | FC | D6 | 13 | 0 | F | 1 | 84 | 59 | 59 |
| Octal | 314 | 374 | 326 | 23 | 0 | 17 | 1 | 204 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11010110 | 10011 | 0 | 1111 | 1 | 10000100 | 1011001 | 1011001 |
Color Harmonies of #CCFCD6
Complementary color
Monochromatic Colors of #CCFCD6
Black with #CCFCD6
Text Example
Text Example
White with #CCFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCD6; }
p { color: rgb(204,252,214); }
H1.HeaderClassName
{
color: #CCFCD6;
}
.AnyTagClassName
{
color: #CCFCD6;
}
</style>
background-color css
<style>
a { background-color: #CCFCD6; }
a { background-color: rgb(204,252,214); }
div.DivClassName
{
background-color: #CCFCD6;
}
.BgClassName
{
background-color: #CCFCD6;
}
</style>
border-color css
<style>
span { border-color: #CCFCD6; }
span { border-color: rgb(204,252,214); }
td.TdClassName
{
border-color: #CCFCD6;
}
.TagClassName
{
border-color: #CCFCD6;
}
</style>