Shades of Granny Apple #CCFCD8
Tints of Granny Apple #CCFCD8
RGB
CMYK
RGB Variations
Color information
#CCFCD8 (or 0xCCFCD8) is known color: Granny Apple. HEX triplet: CC, FC and D8. RGB value is (204,252,216). Sum of RGB (Red+Green+Blue) = 204+252+216=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD8 is #330327. Grayscale: #E9E9E9. Windows color (decimal): -3343144 or 14220492. OLE color: 14220492.
HSL color Cylindrical-coordinate representation of color #CCFCD8: hue angle of 135º 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 #CCFCD8 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 216 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.01 |
| HSL | 135º | 0.89% | 0.89% | - |
| HSV(B) | 135º | 0.19% | 0.99% | - |
| XYZ | 72.11 | 87.42 | 78.04 | - |
| YUV | 233.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 216 | 0.19 | 0 | 0.14 | 0.01 | 135 | 0.89 | 0.89 |
| Hex | CC | FC | D8 | 13 | 0 | E | 1 | 87 | 59 | 59 |
| Octal | 314 | 374 | 330 | 23 | 0 | 16 | 1 | 207 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11011000 | 10011 | 0 | 1110 | 1 | 10000111 | 1011001 | 1011001 |
Color Harmonies of #CCFCD8
Complementary color
Monochromatic Colors of #CCFCD8
Black with #CCFCD8
Text Example
Text Example
White with #CCFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCD8; }
p { color: rgb(204,252,216); }
H1.HeaderClassName
{
color: #CCFCD8;
}
.AnyTagClassName
{
color: #CCFCD8;
}
</style>
background-color css
<style>
a { background-color: #CCFCD8; }
a { background-color: rgb(204,252,216); }
div.DivClassName
{
background-color: #CCFCD8;
}
.BgClassName
{
background-color: #CCFCD8;
}
</style>
border-color css
<style>
span { border-color: #CCFCD8; }
span { border-color: rgb(204,252,216); }
td.TdClassName
{
border-color: #CCFCD8;
}
.TagClassName
{
border-color: #CCFCD8;
}
</style>