Shades of Granny Apple #CCFCD9
Tints of Granny Apple #CCFCD9
RGB
CMYK
RGB Variations
Color information
#CCFCD9 (or 0xCCFCD9) is known color: Granny Apple. HEX triplet: CC, FC and D9. RGB value is (204,252,217). Sum of RGB (Red+Green+Blue) = 204+252+217=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCD9 is #330326. Grayscale: #E9E9E9. Windows color (decimal): -3343143 or 14286028. OLE color: 14286028.
HSL color Cylindrical-coordinate representation of color #CCFCD9: hue angle of 136.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 #CCFCD9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 252 | 217 | - |
CMYK | 0.19 | 0 | 0.14 | 0.01 |
HSL | 136.25º | 0.89% | 0.89% | - |
HSV(B) | 136.25º | 0.19% | 0.99% | - |
XYZ | 72.24 | 87.47 | 78.72 | - |
YUV | 233.66 | 118.6 | 106.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 252 | 217 | 0.19 | 0 | 0.14 | 0.01 | 136.25 | 0.89 | 0.89 |
Hex | CC | FC | D9 | 13 | 0 | E | 1 | 88 | 59 | 59 |
Octal | 314 | 374 | 331 | 23 | 0 | 16 | 1 | 210 | 131 | 131 |
Binary | 11001100 | 11111100 | 11011001 | 10011 | 0 | 1110 | 1 | 10001000 | 1011001 | 1011001 |
Color Harmonies of #CCFCD9
Complementary color
Monochromatic Colors of #CCFCD9
Black with #CCFCD9
Text Example
Text Example
White with #CCFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCD9; }
p { color: rgb(204,252,217); }
H1.HeaderClassName
{
color: #CCFCD9;
}
.AnyTagClassName
{
color: #CCFCD9;
}
</style>
background-color css
<style>
a { background-color: #CCFCD9; }
a { background-color: rgb(204,252,217); }
div.DivClassName
{
background-color: #CCFCD9;
}
.BgClassName
{
background-color: #CCFCD9;
}
</style>
border-color css
<style>
span { border-color: #CCFCD9; }
span { border-color: rgb(204,252,217); }
td.TdClassName
{
border-color: #CCFCD9;
}
.TagClassName
{
border-color: #CCFCD9;
}
</style>