Shades of Granny Apple #CCE0CE
Tints of Granny Apple #CCE0CE
RGB
CMYK
RGB Variations
Color information
#CCE0CE (or 0xCCE0CE) is known color: Granny Apple. HEX triplet: CC, E0 and CE. RGB value is (204,224,206). Sum of RGB (Red+Green+Blue) = 204+224+206=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0CE is #331F31. Grayscale: #D8D8D8. Windows color (decimal): -3350322 or 13557964. OLE color: 13557964.
HSL color Cylindrical-coordinate representation of color #CCE0CE: hue angle of 126º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0CE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 206 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.12 |
| HSL | 126º | 0.24% | 0.84% | - |
| HSV(B) | 126º | 0.09% | 0.88% | - |
| XYZ | 62.7 | 70.6 | 68.72 | - |
| YUV | 215.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 206 | 0.09 | 0 | 0.08 | 0.12 | 126 | 0.24 | 0.84 |
| Hex | CC | E0 | CE | 9 | 0 | 8 | C | 7E | 18 | 54 |
| Octal | 314 | 340 | 316 | 11 | 0 | 10 | 14 | 176 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11001110 | 1001 | 0 | 1000 | 1100 | 1111110 | 11000 | 1010100 |
Color Harmonies of #CCE0CE
Complementary color
Monochromatic Colors of #CCE0CE
Black with #CCE0CE
Text Example
Text Example
White with #CCE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0CE; }
p { color: rgb(204,224,206); }
H1.HeaderClassName
{
color: #CCE0CE;
}
.AnyTagClassName
{
color: #CCE0CE;
}
</style>
background-color css
<style>
a { background-color: #CCE0CE; }
a { background-color: rgb(204,224,206); }
div.DivClassName
{
background-color: #CCE0CE;
}
.BgClassName
{
background-color: #CCE0CE;
}
</style>
border-color css
<style>
span { border-color: #CCE0CE; }
span { border-color: rgb(204,224,206); }
td.TdClassName
{
border-color: #CCE0CE;
}
.TagClassName
{
border-color: #CCE0CE;
}
</style>