Shades of Granny Apple #CCEBD3
Tints of Granny Apple #CCEBD3
RGB
CMYK
RGB Variations
Color information
#CCEBD3 (or 0xCCEBD3) is known color: Granny Apple. HEX triplet: CC, EB and D3. RGB value is (204,235,211). Sum of RGB (Red+Green+Blue) = 204+235+211=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD3 is #33142C. Grayscale: #DFDFDF. Windows color (decimal): -3347501 or 13888460. OLE color: 13888460.
HSL color Cylindrical-coordinate representation of color #CCEBD3: hue angle of 133.55º 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 #CCEBD3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 211 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.08 |
| HSL | 133.55º | 0.44% | 0.86% | - |
| HSV(B) | 133.55º | 0.13% | 0.92% | - |
| XYZ | 66.37 | 76.96 | 72.98 | - |
| YUV | 223 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 211 | 0.13 | 0 | 0.10 | 0.08 | 133.55 | 0.44 | 0.86 |
| Hex | CC | EB | D3 | D | 0 | A | 8 | 86 | 2C | 56 |
| Octal | 314 | 353 | 323 | 15 | 0 | 12 | 10 | 206 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11010011 | 1101 | 0 | 1010 | 1000 | 10000110 | 101100 | 1010110 |
Color Harmonies of #CCEBD3
Complementary color
Monochromatic Colors of #CCEBD3
Black with #CCEBD3
Text Example
Text Example
White with #CCEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBD3; }
p { color: rgb(204,235,211); }
H1.HeaderClassName
{
color: #CCEBD3;
}
.AnyTagClassName
{
color: #CCEBD3;
}
</style>
background-color css
<style>
a { background-color: #CCEBD3; }
a { background-color: rgb(204,235,211); }
div.DivClassName
{
background-color: #CCEBD3;
}
.BgClassName
{
background-color: #CCEBD3;
}
</style>
border-color css
<style>
span { border-color: #CCEBD3; }
span { border-color: rgb(204,235,211); }
td.TdClassName
{
border-color: #CCEBD3;
}
.TagClassName
{
border-color: #CCEBD3;
}
</style>