Shades of Granny Apple #CCE9D0
Tints of Granny Apple #CCE9D0
RGB
CMYK
RGB Variations
Color information
#CCE9D0 (or 0xCCE9D0) is known color: Granny Apple. HEX triplet: CC, E9 and D0. RGB value is (204,233,208). Sum of RGB (Red+Green+Blue) = 204+233+208=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9D0 is #33162F. Grayscale: #DDDDDD. Windows color (decimal): -3348016 or 13691340. OLE color: 13691340.
HSL color Cylindrical-coordinate representation of color #CCE9D0: hue angle of 128.28º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9D0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 208 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.09 |
| HSL | 128.28º | 0.4% | 0.86% | - |
| HSV(B) | 128.28º | 0.12% | 0.91% | - |
| XYZ | 65.43 | 75.67 | 70.83 | - |
| YUV | 221.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 208 | 0.12 | 0 | 0.11 | 0.09 | 128.28 | 0.4 | 0.86 |
| Hex | CC | E9 | D0 | C | 0 | B | 9 | 80 | 28 | 56 |
| Octal | 314 | 351 | 320 | 14 | 0 | 13 | 11 | 200 | 50 | 126 |
| Binary | 11001100 | 11101001 | 11010000 | 1100 | 0 | 1011 | 1001 | 10000000 | 101000 | 1010110 |
Color Harmonies of #CCE9D0
Complementary color
Monochromatic Colors of #CCE9D0
Black with #CCE9D0
Text Example
Text Example
White with #CCE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9D0; }
p { color: rgb(204,233,208); }
H1.HeaderClassName
{
color: #CCE9D0;
}
.AnyTagClassName
{
color: #CCE9D0;
}
</style>
background-color css
<style>
a { background-color: #CCE9D0; }
a { background-color: rgb(204,233,208); }
div.DivClassName
{
background-color: #CCE9D0;
}
.BgClassName
{
background-color: #CCE9D0;
}
</style>
border-color css
<style>
span { border-color: #CCE9D0; }
span { border-color: rgb(204,233,208); }
td.TdClassName
{
border-color: #CCE9D0;
}
.TagClassName
{
border-color: #CCE9D0;
}
</style>