Shades of Granny Apple #CCF2CF
Tints of Granny Apple #CCF2CF
RGB
CMYK
RGB Variations
Color information
#CCF2CF (or 0xCCF2CF) is known color: Granny Apple. HEX triplet: CC, F2 and CF. RGB value is (204,242,207). Sum of RGB (Red+Green+Blue) = 204+242+207=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CF is #330D30. Grayscale: #E2E2E2. Windows color (decimal): -3345713 or 13628108. OLE color: 13628108.
HSL color Cylindrical-coordinate representation of color #CCF2CF: hue angle of 124.74º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2CF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 207 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.05 |
| HSL | 124.74º | 0.59% | 0.87% | - |
| HSV(B) | 124.74º | 0.16% | 0.95% | - |
| XYZ | 67.92 | 80.85 | 71.06 | - |
| YUV | 226.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 207 | 0.16 | 0 | 0.14 | 0.05 | 124.74 | 0.59 | 0.87 |
| Hex | CC | F2 | CF | 10 | 0 | E | 5 | 7D | 3B | 57 |
| Octal | 314 | 362 | 317 | 20 | 0 | 16 | 5 | 175 | 73 | 127 |
| Binary | 11001100 | 11110010 | 11001111 | 10000 | 0 | 1110 | 101 | 1111101 | 111011 | 1010111 |
Color Harmonies of #CCF2CF
Complementary color
Monochromatic Colors of #CCF2CF
Black with #CCF2CF
Text Example
Text Example
White with #CCF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2CF; }
p { color: rgb(204,242,207); }
H1.HeaderClassName
{
color: #CCF2CF;
}
.AnyTagClassName
{
color: #CCF2CF;
}
</style>
background-color css
<style>
a { background-color: #CCF2CF; }
a { background-color: rgb(204,242,207); }
div.DivClassName
{
background-color: #CCF2CF;
}
.BgClassName
{
background-color: #CCF2CF;
}
</style>
border-color css
<style>
span { border-color: #CCF2CF; }
span { border-color: rgb(204,242,207); }
td.TdClassName
{
border-color: #CCF2CF;
}
.TagClassName
{
border-color: #CCF2CF;
}
</style>