Shades of Granny Apple #CCF3D1
Tints of Granny Apple #CCF3D1
RGB
CMYK
RGB Variations
Color information
#CCF3D1 (or 0xCCF3D1) is known color: Granny Apple. HEX triplet: CC, F3 and D1. RGB value is (204,243,209). Sum of RGB (Red+Green+Blue) = 204+243+209=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3D1 is #330C2E. Grayscale: #E3E3E3. Windows color (decimal): -3345455 or 13759436. OLE color: 13759436.
HSL color Cylindrical-coordinate representation of color #CCF3D1: hue angle of 127.69º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3D1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 209 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.05 |
| HSL | 127.69º | 0.62% | 0.88% | - |
| HSV(B) | 127.69º | 0.16% | 0.95% | - |
| XYZ | 68.46 | 81.54 | 72.45 | - |
| YUV | 227.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 209 | 0.16 | 0 | 0.14 | 0.05 | 127.69 | 0.62 | 0.88 |
| Hex | CC | F3 | D1 | 10 | 0 | E | 5 | 80 | 3E | 58 |
| Octal | 314 | 363 | 321 | 20 | 0 | 16 | 5 | 200 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11010001 | 10000 | 0 | 1110 | 101 | 10000000 | 111110 | 1011000 |
Color Harmonies of #CCF3D1
Complementary color
Monochromatic Colors of #CCF3D1
Black with #CCF3D1
Text Example
Text Example
White with #CCF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3D1; }
p { color: rgb(204,243,209); }
H1.HeaderClassName
{
color: #CCF3D1;
}
.AnyTagClassName
{
color: #CCF3D1;
}
</style>
background-color css
<style>
a { background-color: #CCF3D1; }
a { background-color: rgb(204,243,209); }
div.DivClassName
{
background-color: #CCF3D1;
}
.BgClassName
{
background-color: #CCF3D1;
}
</style>
border-color css
<style>
span { border-color: #CCF3D1; }
span { border-color: rgb(204,243,209); }
td.TdClassName
{
border-color: #CCF3D1;
}
.TagClassName
{
border-color: #CCF3D1;
}
</style>