Shades of Granny Apple #CCEBD0
Tints of Granny Apple #CCEBD0
RGB
CMYK
RGB Variations
Color information
#CCEBD0 (or 0xCCEBD0) is known color: Granny Apple. HEX triplet: CC, EB and D0. RGB value is (204,235,208). Sum of RGB (Red+Green+Blue) = 204+235+208=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD0 is #33142F. Grayscale: #DEDEDE. Windows color (decimal): -3347504 or 13691852. OLE color: 13691852.
HSL color Cylindrical-coordinate representation of color #CCEBD0: hue angle of 127.74º degrees, saturation: 0.44, 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 #CCEBD0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 208 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.08 |
| HSL | 127.74º | 0.44% | 0.86% | - |
| HSV(B) | 127.74º | 0.13% | 0.92% | - |
| XYZ | 66 | 76.81 | 71.02 | - |
| YUV | 222.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 208 | 0.13 | 0 | 0.11 | 0.08 | 127.74 | 0.44 | 0.86 |
| Hex | CC | EB | D0 | D | 0 | B | 8 | 80 | 2C | 56 |
| Octal | 314 | 353 | 320 | 15 | 0 | 13 | 10 | 200 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11010000 | 1101 | 0 | 1011 | 1000 | 10000000 | 101100 | 1010110 |
Color Harmonies of #CCEBD0
Complementary color
Monochromatic Colors of #CCEBD0
Black with #CCEBD0
Text Example
Text Example
White with #CCEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBD0; }
p { color: rgb(204,235,208); }
H1.HeaderClassName
{
color: #CCEBD0;
}
.AnyTagClassName
{
color: #CCEBD0;
}
</style>
background-color css
<style>
a { background-color: #CCEBD0; }
a { background-color: rgb(204,235,208); }
div.DivClassName
{
background-color: #CCEBD0;
}
.BgClassName
{
background-color: #CCEBD0;
}
</style>
border-color css
<style>
span { border-color: #CCEBD0; }
span { border-color: rgb(204,235,208); }
td.TdClassName
{
border-color: #CCEBD0;
}
.TagClassName
{
border-color: #CCEBD0;
}
</style>