Shades of Granny Apple #CCE7D0
Tints of Granny Apple #CCE7D0
RGB
CMYK
RGB Variations
Color information
#CCE7D0 (or 0xCCE7D0) is known color: Granny Apple. HEX triplet: CC, E7 and D0. RGB value is (204,231,208). Sum of RGB (Red+Green+Blue) = 204+231+208=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7D0 is #33182F. Grayscale: #DCDCDC. Windows color (decimal): -3348528 or 13690828. OLE color: 13690828.
HSL color Cylindrical-coordinate representation of color #CCE7D0: hue angle of 128.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7D0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 208 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.09 |
| HSL | 128.89º | 0.36% | 0.85% | - |
| HSV(B) | 128.89º | 0.12% | 0.91% | - |
| XYZ | 64.86 | 74.54 | 70.64 | - |
| YUV | 220.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 208 | 0.12 | 0 | 0.10 | 0.09 | 128.89 | 0.36 | 0.85 |
| Hex | CC | E7 | D0 | C | 0 | A | 9 | 81 | 24 | 55 |
| Octal | 314 | 347 | 320 | 14 | 0 | 12 | 11 | 201 | 44 | 125 |
| Binary | 11001100 | 11100111 | 11010000 | 1100 | 0 | 1010 | 1001 | 10000001 | 100100 | 1010101 |
Color Harmonies of #CCE7D0
Complementary color
Monochromatic Colors of #CCE7D0
Black with #CCE7D0
Text Example
Text Example
White with #CCE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7D0; }
p { color: rgb(204,231,208); }
H1.HeaderClassName
{
color: #CCE7D0;
}
.AnyTagClassName
{
color: #CCE7D0;
}
</style>
background-color css
<style>
a { background-color: #CCE7D0; }
a { background-color: rgb(204,231,208); }
div.DivClassName
{
background-color: #CCE7D0;
}
.BgClassName
{
background-color: #CCE7D0;
}
</style>
border-color css
<style>
span { border-color: #CCE7D0; }
span { border-color: rgb(204,231,208); }
td.TdClassName
{
border-color: #CCE7D0;
}
.TagClassName
{
border-color: #CCE7D0;
}
</style>