Shades of Granny Apple #CCECD5
Tints of Granny Apple #CCECD5
RGB
CMYK
RGB Variations
Color information
#CCECD5 (or 0xCCECD5) is known color: Granny Apple. HEX triplet: CC, EC and D5. RGB value is (204,236,213). Sum of RGB (Red+Green+Blue) = 204+236+213=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD5 is #33132A. Grayscale: #DFDFDF. Windows color (decimal): -3347243 or 14019788. OLE color: 14019788.
HSL color Cylindrical-coordinate representation of color #CCECD5: hue angle of 136.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECD5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 213 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.07 |
| HSL | 136.88º | 0.46% | 0.86% | - |
| HSV(B) | 136.88º | 0.14% | 0.93% | - |
| XYZ | 66.91 | 77.63 | 74.41 | - |
| YUV | 223.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 213 | 0.14 | 0 | 0.10 | 0.07 | 136.88 | 0.46 | 0.86 |
| Hex | CC | EC | D5 | E | 0 | A | 7 | 89 | 2E | 56 |
| Octal | 314 | 354 | 325 | 16 | 0 | 12 | 7 | 211 | 56 | 126 |
| Binary | 11001100 | 11101100 | 11010101 | 1110 | 0 | 1010 | 111 | 10001001 | 101110 | 1010110 |
Color Harmonies of #CCECD5
Complementary color
Monochromatic Colors of #CCECD5
Black with #CCECD5
Text Example
Text Example
White with #CCECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECD5; }
p { color: rgb(204,236,213); }
H1.HeaderClassName
{
color: #CCECD5;
}
.AnyTagClassName
{
color: #CCECD5;
}
</style>
background-color css
<style>
a { background-color: #CCECD5; }
a { background-color: rgb(204,236,213); }
div.DivClassName
{
background-color: #CCECD5;
}
.BgClassName
{
background-color: #CCECD5;
}
</style>
border-color css
<style>
span { border-color: #CCECD5; }
span { border-color: rgb(204,236,213); }
td.TdClassName
{
border-color: #CCECD5;
}
.TagClassName
{
border-color: #CCECD5;
}
</style>