Shades of Granny Apple #CCE0CF
Tints of Granny Apple #CCE0CF
RGB
CMYK
RGB Variations
Color information
#CCE0CF (or 0xCCE0CF) is known color: Granny Apple. HEX triplet: CC, E0 and CF. RGB value is (204,224,207). Sum of RGB (Red+Green+Blue) = 204+224+207=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0CF is #331F30. Grayscale: #D8D8D8. Windows color (decimal): -3350321 or 13623500. OLE color: 13623500.
HSL color Cylindrical-coordinate representation of color #CCE0CF: hue angle of 129º 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 #CCE0CF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 207 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.12 |
| HSL | 129º | 0.24% | 0.84% | - |
| HSV(B) | 129º | 0.09% | 0.88% | - |
| XYZ | 62.82 | 70.65 | 69.36 | - |
| YUV | 216.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 207 | 0.09 | 0 | 0.08 | 0.12 | 129 | 0.24 | 0.84 |
| Hex | CC | E0 | CF | 9 | 0 | 8 | C | 81 | 18 | 54 |
| Octal | 314 | 340 | 317 | 11 | 0 | 10 | 14 | 201 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11001111 | 1001 | 0 | 1000 | 1100 | 10000001 | 11000 | 1010100 |
Color Harmonies of #CCE0CF
Complementary color
Monochromatic Colors of #CCE0CF
Black with #CCE0CF
Text Example
Text Example
White with #CCE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0CF; }
p { color: rgb(204,224,207); }
H1.HeaderClassName
{
color: #CCE0CF;
}
.AnyTagClassName
{
color: #CCE0CF;
}
</style>
background-color css
<style>
a { background-color: #CCE0CF; }
a { background-color: rgb(204,224,207); }
div.DivClassName
{
background-color: #CCE0CF;
}
.BgClassName
{
background-color: #CCE0CF;
}
</style>
border-color css
<style>
span { border-color: #CCE0CF; }
span { border-color: rgb(204,224,207); }
td.TdClassName
{
border-color: #CCE0CF;
}
.TagClassName
{
border-color: #CCE0CF;
}
</style>