Shades of Granny Apple #CCF9D3
Tints of Granny Apple #CCF9D3
RGB
CMYK
RGB Variations
Color information
#CCF9D3 (or 0xCCF9D3) is known color: Granny Apple. HEX triplet: CC, F9 and D3. RGB value is (204,249,211). Sum of RGB (Red+Green+Blue) = 204+249+211=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9D3 is #33062C. Grayscale: #E7E7E7. Windows color (decimal): -3343917 or 13892044. OLE color: 13892044.
HSL color Cylindrical-coordinate representation of color #CCF9D3: hue angle of 129.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9D3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 211 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.02 |
| HSL | 129.33º | 0.79% | 0.89% | - |
| HSV(B) | 129.33º | 0.18% | 0.98% | - |
| XYZ | 70.54 | 85.29 | 74.37 | - |
| YUV | 231.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 211 | 0.18 | 0 | 0.15 | 0.02 | 129.33 | 0.79 | 0.89 |
| Hex | CC | F9 | D3 | 12 | 0 | F | 2 | 81 | 4F | 59 |
| Octal | 314 | 371 | 323 | 22 | 0 | 17 | 2 | 201 | 117 | 131 |
| Binary | 11001100 | 11111001 | 11010011 | 10010 | 0 | 1111 | 10 | 10000001 | 1001111 | 1011001 |
Color Harmonies of #CCF9D3
Complementary color
Monochromatic Colors of #CCF9D3
Black with #CCF9D3
Text Example
Text Example
White with #CCF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9D3; }
p { color: rgb(204,249,211); }
H1.HeaderClassName
{
color: #CCF9D3;
}
.AnyTagClassName
{
color: #CCF9D3;
}
</style>
background-color css
<style>
a { background-color: #CCF9D3; }
a { background-color: rgb(204,249,211); }
div.DivClassName
{
background-color: #CCF9D3;
}
.BgClassName
{
background-color: #CCF9D3;
}
</style>
border-color css
<style>
span { border-color: #CCF9D3; }
span { border-color: rgb(204,249,211); }
td.TdClassName
{
border-color: #CCF9D3;
}
.TagClassName
{
border-color: #CCF9D3;
}
</style>