Shades of Granny Apple #CCF0D4
Tints of Granny Apple #CCF0D4
RGB
CMYK
RGB Variations
Color information
#CCF0D4 (or 0xCCF0D4) is known color: Granny Apple. HEX triplet: CC, F0 and D4. RGB value is (204,240,212). Sum of RGB (Red+Green+Blue) = 204+240+212=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 212 (83.20% from 255 or 32.32% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0D4 is #330F2B. Grayscale: #E2E2E2. Windows color (decimal): -3346220 or 13955276. OLE color: 13955276.
HSL color Cylindrical-coordinate representation of color #CCF0D4: hue angle of 133.33º 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 #CCF0D4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 212 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.06 |
| HSL | 133.33º | 0.55% | 0.87% | - |
| HSV(B) | 133.33º | 0.15% | 0.94% | - |
| XYZ | 67.95 | 79.91 | 74.13 | - |
| YUV | 226.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 212 | 0.15 | 0 | 0.12 | 0.06 | 133.33 | 0.55 | 0.87 |
| Hex | CC | F0 | D4 | F | 0 | C | 6 | 85 | 37 | 57 |
| Octal | 314 | 360 | 324 | 17 | 0 | 14 | 6 | 205 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11010100 | 1111 | 0 | 1100 | 110 | 10000101 | 110111 | 1010111 |
Color Harmonies of #CCF0D4
Complementary color
Monochromatic Colors of #CCF0D4
Black with #CCF0D4
Text Example
Text Example
White with #CCF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0D4; }
p { color: rgb(204,240,212); }
H1.HeaderClassName
{
color: #CCF0D4;
}
.AnyTagClassName
{
color: #CCF0D4;
}
</style>
background-color css
<style>
a { background-color: #CCF0D4; }
a { background-color: rgb(204,240,212); }
div.DivClassName
{
background-color: #CCF0D4;
}
.BgClassName
{
background-color: #CCF0D4;
}
</style>
border-color css
<style>
span { border-color: #CCF0D4; }
span { border-color: rgb(204,240,212); }
td.TdClassName
{
border-color: #CCF0D4;
}
.TagClassName
{
border-color: #CCF0D4;
}
</style>