Shades of Granny Apple #CCF7D4
Tints of Granny Apple #CCF7D4
RGB
CMYK
RGB Variations
Color information
#CCF7D4 (or 0xCCF7D4) is known color: Granny Apple. HEX triplet: CC, F7 and D4. RGB value is (204,247,212). Sum of RGB (Red+Green+Blue) = 204+247+212=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7D4 is #33082B. Grayscale: #E6E6E6. Windows color (decimal): -3344428 or 13957068. OLE color: 13957068.
HSL color Cylindrical-coordinate representation of color #CCF7D4: hue angle of 131.16º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7D4 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 247 | 212 | - |
CMYK | 0.17 | 0 | 0.14 | 0.03 |
HSL | 131.16º | 0.73% | 0.88% | - |
HSV(B) | 131.16º | 0.17% | 0.97% | - |
XYZ | 70.05 | 84.11 | 74.83 | - |
YUV | 230.15 | 117.75 | 109.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 247 | 212 | 0.17 | 0 | 0.14 | 0.03 | 131.16 | 0.73 | 0.88 |
Hex | CC | F7 | D4 | 11 | 0 | E | 3 | 83 | 49 | 58 |
Octal | 314 | 367 | 324 | 21 | 0 | 16 | 3 | 203 | 111 | 130 |
Binary | 11001100 | 11110111 | 11010100 | 10001 | 0 | 1110 | 11 | 10000011 | 1001001 | 1011000 |
Color Harmonies of #CCF7D4
Complementary color
Monochromatic Colors of #CCF7D4
Black with #CCF7D4
Text Example
Text Example
White with #CCF7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7D4; }
p { color: rgb(204,247,212); }
H1.HeaderClassName
{
color: #CCF7D4;
}
.AnyTagClassName
{
color: #CCF7D4;
}
</style>
background-color css
<style>
a { background-color: #CCF7D4; }
a { background-color: rgb(204,247,212); }
div.DivClassName
{
background-color: #CCF7D4;
}
.BgClassName
{
background-color: #CCF7D4;
}
</style>
border-color css
<style>
span { border-color: #CCF7D4; }
span { border-color: rgb(204,247,212); }
td.TdClassName
{
border-color: #CCF7D4;
}
.TagClassName
{
border-color: #CCF7D4;
}
</style>