Shades of Granny Apple #CCF6D8
Tints of Granny Apple #CCF6D8
RGB
CMYK
RGB Variations
Color information
#CCF6D8 (or 0xCCF6D8) is known color: Granny Apple. HEX triplet: CC, F6 and D8. RGB value is (204,246,216). Sum of RGB (Red+Green+Blue) = 204+246+216=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6D8 is #330927. Grayscale: #E6E6E6. Windows color (decimal): -3344680 or 14218956. OLE color: 14218956.
HSL color Cylindrical-coordinate representation of color #CCF6D8: hue angle of 137.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF6D8 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 216 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.04 |
| HSL | 137.14º | 0.7% | 0.88% | - |
| HSV(B) | 137.14º | 0.17% | 0.96% | - |
| XYZ | 70.25 | 83.71 | 77.42 | - |
| YUV | 230.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 216 | 0.17 | 0 | 0.12 | 0.04 | 137.14 | 0.7 | 0.88 |
| Hex | CC | F6 | D8 | 11 | 0 | C | 4 | 89 | 46 | 58 |
| Octal | 314 | 366 | 330 | 21 | 0 | 14 | 4 | 211 | 106 | 130 |
| Binary | 11001100 | 11110110 | 11011000 | 10001 | 0 | 1100 | 100 | 10001001 | 1000110 | 1011000 |
Color Harmonies of #CCF6D8
Complementary color
Monochromatic Colors of #CCF6D8
Black with #CCF6D8
Text Example
Text Example
White with #CCF6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6D8; }
p { color: rgb(204,246,216); }
H1.HeaderClassName
{
color: #CCF6D8;
}
.AnyTagClassName
{
color: #CCF6D8;
}
</style>
background-color css
<style>
a { background-color: #CCF6D8; }
a { background-color: rgb(204,246,216); }
div.DivClassName
{
background-color: #CCF6D8;
}
.BgClassName
{
background-color: #CCF6D8;
}
</style>
border-color css
<style>
span { border-color: #CCF6D8; }
span { border-color: rgb(204,246,216); }
td.TdClassName
{
border-color: #CCF6D8;
}
.TagClassName
{
border-color: #CCF6D8;
}
</style>