Shades of Granny Apple #CCEACE
Tints of Granny Apple #CCEACE
RGB
CMYK
RGB Variations
Color information
#CCEACE (or 0xCCEACE) is known color: Granny Apple. HEX triplet: CC, EA and CE. RGB value is (204,234,206). Sum of RGB (Red+Green+Blue) = 204+234+206=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACE is #331531. Grayscale: #DDDDDD. Windows color (decimal): -3347762 or 13560524. OLE color: 13560524.
HSL color Cylindrical-coordinate representation of color #CCEACE: hue angle of 124º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEACE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 206 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.08 |
| HSL | 124º | 0.42% | 0.86% | - |
| HSV(B) | 124º | 0.13% | 0.92% | - |
| XYZ | 65.47 | 76.14 | 69.64 | - |
| YUV | 221.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 206 | 0.13 | 0 | 0.12 | 0.08 | 124 | 0.42 | 0.86 |
| Hex | CC | EA | CE | D | 0 | C | 8 | 7C | 2A | 56 |
| Octal | 314 | 352 | 316 | 15 | 0 | 14 | 10 | 174 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11001110 | 1101 | 0 | 1100 | 1000 | 1111100 | 101010 | 1010110 |
Color Harmonies of #CCEACE
Complementary color
Monochromatic Colors of #CCEACE
Black with #CCEACE
Text Example
Text Example
White with #CCEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEACE; }
p { color: rgb(204,234,206); }
H1.HeaderClassName
{
color: #CCEACE;
}
.AnyTagClassName
{
color: #CCEACE;
}
</style>
background-color css
<style>
a { background-color: #CCEACE; }
a { background-color: rgb(204,234,206); }
div.DivClassName
{
background-color: #CCEACE;
}
.BgClassName
{
background-color: #CCEACE;
}
</style>
border-color css
<style>
span { border-color: #CCEACE; }
span { border-color: rgb(204,234,206); }
td.TdClassName
{
border-color: #CCEACE;
}
.TagClassName
{
border-color: #CCEACE;
}
</style>