Shades of Granny Apple #CCFCD2
Tints of Granny Apple #CCFCD2
RGB
CMYK
RGB Variations
Color information
#CCFCD2 (or 0xCCFCD2) is known color: Granny Apple. HEX triplet: CC, FC and D2. RGB value is (204,252,210). Sum of RGB (Red+Green+Blue) = 204+252+210=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD2 is #33032D. Grayscale: #E8E8E8. Windows color (decimal): -3343150 or 13827276. OLE color: 13827276.
HSL color Cylindrical-coordinate representation of color #CCFCD2: hue angle of 127.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 #CCFCD2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 210 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.01 |
| HSL | 127.5º | 0.89% | 0.89% | - |
| HSV(B) | 127.5º | 0.19% | 0.99% | - |
| XYZ | 71.35 | 87.11 | 74.03 | - |
| YUV | 232.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 210 | 0.19 | 0 | 0.17 | 0.01 | 127.5 | 0.89 | 0.89 |
| Hex | CC | FC | D2 | 13 | 0 | 11 | 1 | 80 | 59 | 59 |
| Octal | 314 | 374 | 322 | 23 | 0 | 21 | 1 | 200 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11010010 | 10011 | 0 | 10001 | 1 | 10000000 | 1011001 | 1011001 |
Color Harmonies of #CCFCD2
Complementary color
Monochromatic Colors of #CCFCD2
Black with #CCFCD2
Text Example
Text Example
White with #CCFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCD2; }
p { color: rgb(204,252,210); }
H1.HeaderClassName
{
color: #CCFCD2;
}
.AnyTagClassName
{
color: #CCFCD2;
}
</style>
background-color css
<style>
a { background-color: #CCFCD2; }
a { background-color: rgb(204,252,210); }
div.DivClassName
{
background-color: #CCFCD2;
}
.BgClassName
{
background-color: #CCFCD2;
}
</style>
border-color css
<style>
span { border-color: #CCFCD2; }
span { border-color: rgb(204,252,210); }
td.TdClassName
{
border-color: #CCFCD2;
}
.TagClassName
{
border-color: #CCFCD2;
}
</style>