Shades of Granny Apple #CCEACF
Tints of Granny Apple #CCEACF
RGB
CMYK
RGB Variations
Color information
#CCEACF (or 0xCCEACF) is known color: Granny Apple. HEX triplet: CC, EA and CF. RGB value is (204,234,207). Sum of RGB (Red+Green+Blue) = 204+234+207=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEACF is #331530. Grayscale: #DEDEDE. Windows color (decimal): -3347761 or 13626060. OLE color: 13626060.
HSL color Cylindrical-coordinate representation of color #CCEACF: hue angle of 126º 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 #CCEACF is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 207 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.08 |
| HSL | 126º | 0.42% | 0.86% | - |
| HSV(B) | 126º | 0.13% | 0.92% | - |
| XYZ | 65.59 | 76.19 | 70.28 | - |
| YUV | 221.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 207 | 0.13 | 0 | 0.12 | 0.08 | 126 | 0.42 | 0.86 |
| Hex | CC | EA | CF | D | 0 | C | 8 | 7E | 2A | 56 |
| Octal | 314 | 352 | 317 | 15 | 0 | 14 | 10 | 176 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11001111 | 1101 | 0 | 1100 | 1000 | 1111110 | 101010 | 1010110 |
Color Harmonies of #CCEACF
Complementary color
Monochromatic Colors of #CCEACF
Black with #CCEACF
Text Example
Text Example
White with #CCEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEACF; }
p { color: rgb(204,234,207); }
H1.HeaderClassName
{
color: #CCEACF;
}
.AnyTagClassName
{
color: #CCEACF;
}
</style>
background-color css
<style>
a { background-color: #CCEACF; }
a { background-color: rgb(204,234,207); }
div.DivClassName
{
background-color: #CCEACF;
}
.BgClassName
{
background-color: #CCEACF;
}
</style>
border-color css
<style>
span { border-color: #CCEACF; }
span { border-color: rgb(204,234,207); }
td.TdClassName
{
border-color: #CCEACF;
}
.TagClassName
{
border-color: #CCEACF;
}
</style>