Shades of Granny Apple #CCE5CF
Tints of Granny Apple #CCE5CF
RGB
CMYK
RGB Variations
Color information
#CCE5CF (or 0xCCE5CF) is known color: Granny Apple. HEX triplet: CC, E5 and CF. RGB value is (204,229,207). Sum of RGB (Red+Green+Blue) = 204+229+207=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5CF is #331A30. Grayscale: #DBDBDB. Windows color (decimal): -3349041 or 13624780. OLE color: 13624780.
HSL color Cylindrical-coordinate representation of color #CCE5CF: hue angle of 127.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE5CF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 207 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.10 |
| HSL | 127.2º | 0.32% | 0.85% | - |
| HSV(B) | 127.2º | 0.11% | 0.9% | - |
| XYZ | 64.18 | 73.38 | 69.81 | - |
| YUV | 219.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 207 | 0.11 | 0 | 0.10 | 0.10 | 127.2 | 0.32 | 0.85 |
| Hex | CC | E5 | CF | B | 0 | A | A | 7F | 20 | 55 |
| Octal | 314 | 345 | 317 | 13 | 0 | 12 | 12 | 177 | 40 | 125 |
| Binary | 11001100 | 11100101 | 11001111 | 1011 | 0 | 1010 | 1010 | 1111111 | 100000 | 1010101 |
Color Harmonies of #CCE5CF
Complementary color
Monochromatic Colors of #CCE5CF
Black with #CCE5CF
Text Example
Text Example
White with #CCE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5CF; }
p { color: rgb(204,229,207); }
H1.HeaderClassName
{
color: #CCE5CF;
}
.AnyTagClassName
{
color: #CCE5CF;
}
</style>
background-color css
<style>
a { background-color: #CCE5CF; }
a { background-color: rgb(204,229,207); }
div.DivClassName
{
background-color: #CCE5CF;
}
.BgClassName
{
background-color: #CCE5CF;
}
</style>
border-color css
<style>
span { border-color: #CCE5CF; }
span { border-color: rgb(204,229,207); }
td.TdClassName
{
border-color: #CCE5CF;
}
.TagClassName
{
border-color: #CCE5CF;
}
</style>