Shades of Granny Apple #CCF0CF
Tints of Granny Apple #CCF0CF
RGB
CMYK
RGB Variations
Color information
#CCF0CF (or 0xCCF0CF) is known color: Granny Apple. HEX triplet: CC, F0 and CF. RGB value is (204,240,207). Sum of RGB (Red+Green+Blue) = 204+240+207=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CF is #330F30. Grayscale: #E1E1E1. Windows color (decimal): -3346225 or 13627596. OLE color: 13627596.
HSL color Cylindrical-coordinate representation of color #CCF0CF: hue angle of 125º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 207 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.06 |
| HSL | 125º | 0.55% | 0.87% | - |
| HSV(B) | 125º | 0.15% | 0.94% | - |
| XYZ | 67.32 | 79.66 | 70.86 | - |
| YUV | 225.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 207 | 0.15 | 0 | 0.14 | 0.06 | 125 | 0.55 | 0.87 |
| Hex | CC | F0 | CF | F | 0 | E | 6 | 7D | 37 | 57 |
| Octal | 314 | 360 | 317 | 17 | 0 | 16 | 6 | 175 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11001111 | 1111 | 0 | 1110 | 110 | 1111101 | 110111 | 1010111 |
Color Harmonies of #CCF0CF
Complementary color
Monochromatic Colors of #CCF0CF
Black with #CCF0CF
Text Example
Text Example
White with #CCF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0CF; }
p { color: rgb(204,240,207); }
H1.HeaderClassName
{
color: #CCF0CF;
}
.AnyTagClassName
{
color: #CCF0CF;
}
</style>
background-color css
<style>
a { background-color: #CCF0CF; }
a { background-color: rgb(204,240,207); }
div.DivClassName
{
background-color: #CCF0CF;
}
.BgClassName
{
background-color: #CCF0CF;
}
</style>
border-color css
<style>
span { border-color: #CCF0CF; }
span { border-color: rgb(204,240,207); }
td.TdClassName
{
border-color: #CCF0CF;
}
.TagClassName
{
border-color: #CCF0CF;
}
</style>