Shades of Granny Apple #CCEBD2
Tints of Granny Apple #CCEBD2
RGB
CMYK
RGB Variations
Color information
#CCEBD2 (or 0xCCEBD2) is known color: Granny Apple. HEX triplet: CC, EB and D2. RGB value is (204,235,210). Sum of RGB (Red+Green+Blue) = 204+235+210=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD2 is #33142D. Grayscale: #DEDEDE. Windows color (decimal): -3347502 or 13822924. OLE color: 13822924.
HSL color Cylindrical-coordinate representation of color #CCEBD2: hue angle of 131.61º 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 #CCEBD2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 210 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.08 |
| HSL | 131.61º | 0.44% | 0.86% | - |
| HSV(B) | 131.61º | 0.13% | 0.92% | - |
| XYZ | 66.24 | 76.91 | 72.33 | - |
| YUV | 222.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 210 | 0.13 | 0 | 0.11 | 0.08 | 131.61 | 0.44 | 0.86 |
| Hex | CC | EB | D2 | D | 0 | B | 8 | 84 | 2C | 56 |
| Octal | 314 | 353 | 322 | 15 | 0 | 13 | 10 | 204 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11010010 | 1101 | 0 | 1011 | 1000 | 10000100 | 101100 | 1010110 |
Color Harmonies of #CCEBD2
Complementary color
Monochromatic Colors of #CCEBD2
Black with #CCEBD2
Text Example
Text Example
White with #CCEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBD2; }
p { color: rgb(204,235,210); }
H1.HeaderClassName
{
color: #CCEBD2;
}
.AnyTagClassName
{
color: #CCEBD2;
}
</style>
background-color css
<style>
a { background-color: #CCEBD2; }
a { background-color: rgb(204,235,210); }
div.DivClassName
{
background-color: #CCEBD2;
}
.BgClassName
{
background-color: #CCEBD2;
}
</style>
border-color css
<style>
span { border-color: #CCEBD2; }
span { border-color: rgb(204,235,210); }
td.TdClassName
{
border-color: #CCEBD2;
}
.TagClassName
{
border-color: #CCEBD2;
}
</style>