Shades of Granny Apple #CCE3D0
Tints of Granny Apple #CCE3D0
RGB
CMYK
RGB Variations
Color information
#CCE3D0 (or 0xCCE3D0) is known color: Granny Apple. HEX triplet: CC, E3 and D0. RGB value is (204,227,208). Sum of RGB (Red+Green+Blue) = 204+227+208=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3D0 is #331C2F. Grayscale: #DADADA. Windows color (decimal): -3349552 or 13689804. OLE color: 13689804.
HSL color Cylindrical-coordinate representation of color #CCE3D0: hue angle of 130.43º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE3D0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 208 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.11 |
| HSL | 130.43º | 0.29% | 0.85% | - |
| HSV(B) | 130.43º | 0.1% | 0.89% | - |
| XYZ | 63.76 | 72.33 | 70.28 | - |
| YUV | 217.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 208 | 0.10 | 0 | 0.08 | 0.11 | 130.43 | 0.29 | 0.85 |
| Hex | CC | E3 | D0 | A | 0 | 8 | B | 82 | 1D | 55 |
| Octal | 314 | 343 | 320 | 12 | 0 | 10 | 13 | 202 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11010000 | 1010 | 0 | 1000 | 1011 | 10000010 | 11101 | 1010101 |
Color Harmonies of #CCE3D0
Complementary color
Monochromatic Colors of #CCE3D0
Black with #CCE3D0
Text Example
Text Example
White with #CCE3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3D0; }
p { color: rgb(204,227,208); }
H1.HeaderClassName
{
color: #CCE3D0;
}
.AnyTagClassName
{
color: #CCE3D0;
}
</style>
background-color css
<style>
a { background-color: #CCE3D0; }
a { background-color: rgb(204,227,208); }
div.DivClassName
{
background-color: #CCE3D0;
}
.BgClassName
{
background-color: #CCE3D0;
}
</style>
border-color css
<style>
span { border-color: #CCE3D0; }
span { border-color: rgb(204,227,208); }
td.TdClassName
{
border-color: #CCE3D0;
}
.TagClassName
{
border-color: #CCE3D0;
}
</style>