Shades of Granny Apple #CCEACD
Tints of Granny Apple #CCEACD
RGB
CMYK
RGB Variations
Color information
#CCEACD (or 0xCCEACD) is known color: Granny Apple. HEX triplet: CC, EA and CD. RGB value is (204,234,205). Sum of RGB (Red+Green+Blue) = 204+234+205=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACD is #331532. Grayscale: #DDDDDD. Windows color (decimal): -3347763 or 13494988. OLE color: 13494988.
HSL color Cylindrical-coordinate representation of color #CCEACD: hue angle of 122º 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 #CCEACD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 205 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.08 |
| HSL | 122º | 0.42% | 0.86% | - |
| HSV(B) | 122º | 0.13% | 0.92% | - |
| XYZ | 65.34 | 76.09 | 69 | - |
| YUV | 221.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 205 | 0.13 | 0 | 0.12 | 0.08 | 122 | 0.42 | 0.86 |
| Hex | CC | EA | CD | D | 0 | C | 8 | 7A | 2A | 56 |
| Octal | 314 | 352 | 315 | 15 | 0 | 14 | 10 | 172 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11001101 | 1101 | 0 | 1100 | 1000 | 1111010 | 101010 | 1010110 |
Color Harmonies of #CCEACD
Complementary color
Monochromatic Colors of #CCEACD
Black with #CCEACD
Text Example
Text Example
White with #CCEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEACD; }
p { color: rgb(204,234,205); }
H1.HeaderClassName
{
color: #CCEACD;
}
.AnyTagClassName
{
color: #CCEACD;
}
</style>
background-color css
<style>
a { background-color: #CCEACD; }
a { background-color: rgb(204,234,205); }
div.DivClassName
{
background-color: #CCEACD;
}
.BgClassName
{
background-color: #CCEACD;
}
</style>
border-color css
<style>
span { border-color: #CCEACD; }
span { border-color: rgb(204,234,205); }
td.TdClassName
{
border-color: #CCEACD;
}
.TagClassName
{
border-color: #CCEACD;
}
</style>