Shades of Granny Apple #CCF4D4
Tints of Granny Apple #CCF4D4
RGB
CMYK
RGB Variations
Color information
#CCF4D4 (or 0xCCF4D4) is known color: Granny Apple. HEX triplet: CC, F4 and D4. RGB value is (204,244,212). Sum of RGB (Red+Green+Blue) = 204+244+212=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4D4 is #330B2B. Grayscale: #E4E4E4. Windows color (decimal): -3345196 or 13956300. OLE color: 13956300.
HSL color Cylindrical-coordinate representation of color #CCF4D4: hue angle of 132º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4D4 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 212 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.04 |
| HSL | 132º | 0.65% | 0.88% | - |
| HSV(B) | 132º | 0.16% | 0.96% | - |
| XYZ | 69.14 | 82.29 | 74.53 | - |
| YUV | 228.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 212 | 0.16 | 0 | 0.13 | 0.04 | 132 | 0.65 | 0.88 |
| Hex | CC | F4 | D4 | 10 | 0 | D | 4 | 84 | 41 | 58 |
| Octal | 314 | 364 | 324 | 20 | 0 | 15 | 4 | 204 | 101 | 130 |
| Binary | 11001100 | 11110100 | 11010100 | 10000 | 0 | 1101 | 100 | 10000100 | 1000001 | 1011000 |
Color Harmonies of #CCF4D4
Complementary color
Monochromatic Colors of #CCF4D4
Black with #CCF4D4
Text Example
Text Example
White with #CCF4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4D4; }
p { color: rgb(204,244,212); }
H1.HeaderClassName
{
color: #CCF4D4;
}
.AnyTagClassName
{
color: #CCF4D4;
}
</style>
background-color css
<style>
a { background-color: #CCF4D4; }
a { background-color: rgb(204,244,212); }
div.DivClassName
{
background-color: #CCF4D4;
}
.BgClassName
{
background-color: #CCF4D4;
}
</style>
border-color css
<style>
span { border-color: #CCF4D4; }
span { border-color: rgb(204,244,212); }
td.TdClassName
{
border-color: #CCF4D4;
}
.TagClassName
{
border-color: #CCF4D4;
}
</style>