Shades of Granny Apple #CCF7D0
Tints of Granny Apple #CCF7D0
RGB
CMYK
RGB Variations
Color information
#CCF7D0 (or 0xCCF7D0) is known color: Granny Apple. HEX triplet: CC, F7 and D0. RGB value is (204,247,208). Sum of RGB (Red+Green+Blue) = 204+247+208=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7D0 is #33082F. Grayscale: #E5E5E5. Windows color (decimal): -3344432 or 13694924. OLE color: 13694924.
HSL color Cylindrical-coordinate representation of color #CCF7D0: hue angle of 125.58º 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 #CCF7D0 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 247 | 208 | - |
CMYK | 0.17 | 0 | 0.16 | 0.03 |
HSL | 125.58º | 0.73% | 0.88% | - |
HSV(B) | 125.58º | 0.17% | 0.97% | - |
XYZ | 69.55 | 83.91 | 72.21 | - |
YUV | 229.7 | 115.75 | 109.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 247 | 208 | 0.17 | 0 | 0.16 | 0.03 | 125.58 | 0.73 | 0.88 |
Hex | CC | F7 | D0 | 11 | 0 | 10 | 3 | 7E | 49 | 58 |
Octal | 314 | 367 | 320 | 21 | 0 | 20 | 3 | 176 | 111 | 130 |
Binary | 11001100 | 11110111 | 11010000 | 10001 | 0 | 10000 | 11 | 1111110 | 1001001 | 1011000 |
Color Harmonies of #CCF7D0
Complementary color
Monochromatic Colors of #CCF7D0
Black with #CCF7D0
Text Example
Text Example
White with #CCF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7D0; }
p { color: rgb(204,247,208); }
H1.HeaderClassName
{
color: #CCF7D0;
}
.AnyTagClassName
{
color: #CCF7D0;
}
</style>
background-color css
<style>
a { background-color: #CCF7D0; }
a { background-color: rgb(204,247,208); }
div.DivClassName
{
background-color: #CCF7D0;
}
.BgClassName
{
background-color: #CCF7D0;
}
</style>
border-color css
<style>
span { border-color: #CCF7D0; }
span { border-color: rgb(204,247,208); }
td.TdClassName
{
border-color: #CCF7D0;
}
.TagClassName
{
border-color: #CCF7D0;
}
</style>