Shades of Granny Apple #CCFCCF
Tints of Granny Apple #CCFCCF
RGB
CMYK
RGB Variations
Color information
#CCFCCF (or 0xCCFCCF) is known color: Granny Apple. HEX triplet: CC, FC and CF. RGB value is (204,252,207). Sum of RGB (Red+Green+Blue) = 204+252+207=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCCF is #330330. Grayscale: #E8E8E8. Windows color (decimal): -3343153 or 13630668. OLE color: 13630668.
HSL color Cylindrical-coordinate representation of color #CCFCCF: hue angle of 123.75º 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 #CCFCCF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 207 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.01 |
| HSL | 123.75º | 0.89% | 0.89% | - |
| HSV(B) | 123.75º | 0.19% | 0.99% | - |
| XYZ | 70.97 | 86.96 | 72.08 | - |
| YUV | 232.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 207 | 0.19 | 0 | 0.18 | 0.01 | 123.75 | 0.89 | 0.89 |
| Hex | CC | FC | CF | 13 | 0 | 12 | 1 | 7C | 59 | 59 |
| Octal | 314 | 374 | 317 | 23 | 0 | 22 | 1 | 174 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11001111 | 10011 | 0 | 10010 | 1 | 1111100 | 1011001 | 1011001 |
Color Harmonies of #CCFCCF
Complementary color
Monochromatic Colors of #CCFCCF
Black with #CCFCCF
Text Example
Text Example
White with #CCFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCCF; }
p { color: rgb(204,252,207); }
H1.HeaderClassName
{
color: #CCFCCF;
}
.AnyTagClassName
{
color: #CCFCCF;
}
</style>
background-color css
<style>
a { background-color: #CCFCCF; }
a { background-color: rgb(204,252,207); }
div.DivClassName
{
background-color: #CCFCCF;
}
.BgClassName
{
background-color: #CCFCCF;
}
</style>
border-color css
<style>
span { border-color: #CCFCCF; }
span { border-color: rgb(204,252,207); }
td.TdClassName
{
border-color: #CCFCCF;
}
.TagClassName
{
border-color: #CCFCCF;
}
</style>