Shades of Granny Apple #CCECCE
Tints of Granny Apple #CCECCE
RGB
CMYK
RGB Variations
Color information
#CCECCE (or 0xCCECCE) is known color: Granny Apple. HEX triplet: CC, EC and CE. RGB value is (204,236,206). Sum of RGB (Red+Green+Blue) = 204+236+206=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCE is #331331. Grayscale: #DFDFDF. Windows color (decimal): -3347250 or 13561036. OLE color: 13561036.
HSL color Cylindrical-coordinate representation of color #CCECCE: hue angle of 123.75º 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 #CCECCE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 206 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.07 |
| HSL | 123.75º | 0.46% | 0.86% | - |
| HSV(B) | 123.75º | 0.14% | 0.93% | - |
| XYZ | 66.04 | 77.28 | 69.83 | - |
| YUV | 223.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 206 | 0.14 | 0 | 0.13 | 0.07 | 123.75 | 0.46 | 0.86 |
| Hex | CC | EC | CE | E | 0 | D | 7 | 7C | 2E | 56 |
| Octal | 314 | 354 | 316 | 16 | 0 | 15 | 7 | 174 | 56 | 126 |
| Binary | 11001100 | 11101100 | 11001110 | 1110 | 0 | 1101 | 111 | 1111100 | 101110 | 1010110 |
Color Harmonies of #CCECCE
Complementary color
Monochromatic Colors of #CCECCE
Black with #CCECCE
Text Example
Text Example
White with #CCECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECCE; }
p { color: rgb(204,236,206); }
H1.HeaderClassName
{
color: #CCECCE;
}
.AnyTagClassName
{
color: #CCECCE;
}
</style>
background-color css
<style>
a { background-color: #CCECCE; }
a { background-color: rgb(204,236,206); }
div.DivClassName
{
background-color: #CCECCE;
}
.BgClassName
{
background-color: #CCECCE;
}
</style>
border-color css
<style>
span { border-color: #CCECCE; }
span { border-color: rgb(204,236,206); }
td.TdClassName
{
border-color: #CCECCE;
}
.TagClassName
{
border-color: #CCECCE;
}
</style>