Shades of Granny Apple #CCF1D1
Tints of Granny Apple #CCF1D1
RGB
CMYK
RGB Variations
Color information
#CCF1D1 (or 0xCCF1D1) is known color: Granny Apple. HEX triplet: CC, F1 and D1. RGB value is (204,241,209). Sum of RGB (Red+Green+Blue) = 204+241+209=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1D1 is #330E2E. Grayscale: #E2E2E2. Windows color (decimal): -3345967 or 13758924. OLE color: 13758924.
HSL color Cylindrical-coordinate representation of color #CCF1D1: hue angle of 128.11º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1D1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 209 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.05 |
| HSL | 128.11º | 0.57% | 0.87% | - |
| HSV(B) | 128.11º | 0.15% | 0.95% | - |
| XYZ | 67.87 | 80.35 | 72.25 | - |
| YUV | 226.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 209 | 0.15 | 0 | 0.13 | 0.05 | 128.11 | 0.57 | 0.87 |
| Hex | CC | F1 | D1 | F | 0 | D | 5 | 80 | 39 | 57 |
| Octal | 314 | 361 | 321 | 17 | 0 | 15 | 5 | 200 | 71 | 127 |
| Binary | 11001100 | 11110001 | 11010001 | 1111 | 0 | 1101 | 101 | 10000000 | 111001 | 1010111 |
Color Harmonies of #CCF1D1
Complementary color
Monochromatic Colors of #CCF1D1
Black with #CCF1D1
Text Example
Text Example
White with #CCF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1D1; }
p { color: rgb(204,241,209); }
H1.HeaderClassName
{
color: #CCF1D1;
}
.AnyTagClassName
{
color: #CCF1D1;
}
</style>
background-color css
<style>
a { background-color: #CCF1D1; }
a { background-color: rgb(204,241,209); }
div.DivClassName
{
background-color: #CCF1D1;
}
.BgClassName
{
background-color: #CCF1D1;
}
</style>
border-color css
<style>
span { border-color: #CCF1D1; }
span { border-color: rgb(204,241,209); }
td.TdClassName
{
border-color: #CCF1D1;
}
.TagClassName
{
border-color: #CCF1D1;
}
</style>