Shades of Granny Apple #CCF8D1
Tints of Granny Apple #CCF8D1
RGB
CMYK
RGB Variations
Color information
#CCF8D1 (or 0xCCF8D1) is known color: Granny Apple. HEX triplet: CC, F8 and D1. RGB value is (204,248,209). Sum of RGB (Red+Green+Blue) = 204+248+209=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8D1 is #33072E. Grayscale: #E6E6E6. Windows color (decimal): -3344175 or 13760716. OLE color: 13760716.
HSL color Cylindrical-coordinate representation of color #CCF8D1: hue angle of 126.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8D1 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 209 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.03 |
| HSL | 126.82º | 0.76% | 0.89% | - |
| HSV(B) | 126.82º | 0.18% | 0.97% | - |
| XYZ | 69.98 | 84.58 | 72.96 | - |
| YUV | 230.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 209 | 0.18 | 0 | 0.16 | 0.03 | 126.82 | 0.76 | 0.89 |
| Hex | CC | F8 | D1 | 12 | 0 | 10 | 3 | 7F | 4C | 59 |
| Octal | 314 | 370 | 321 | 22 | 0 | 20 | 3 | 177 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11010001 | 10010 | 0 | 10000 | 11 | 1111111 | 1001100 | 1011001 |
Color Harmonies of #CCF8D1
Complementary color
Monochromatic Colors of #CCF8D1
Black with #CCF8D1
Text Example
Text Example
White with #CCF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8D1; }
p { color: rgb(204,248,209); }
H1.HeaderClassName
{
color: #CCF8D1;
}
.AnyTagClassName
{
color: #CCF8D1;
}
</style>
background-color css
<style>
a { background-color: #CCF8D1; }
a { background-color: rgb(204,248,209); }
div.DivClassName
{
background-color: #CCF8D1;
}
.BgClassName
{
background-color: #CCF8D1;
}
</style>
border-color css
<style>
span { border-color: #CCF8D1; }
span { border-color: rgb(204,248,209); }
td.TdClassName
{
border-color: #CCF8D1;
}
.TagClassName
{
border-color: #CCF8D1;
}
</style>