Shades of Granny Apple #CCE2D2
Tints of Granny Apple #CCE2D2
RGB
CMYK
RGB Variations
Color information
#CCE2D2 (or 0xCCE2D2) is known color: Granny Apple. HEX triplet: CC, E2 and D2. RGB value is (204,226,210). Sum of RGB (Red+Green+Blue) = 204+226+210=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2D2 is #331D2D. Grayscale: #D9D9D9. Windows color (decimal): -3349806 or 13820620. OLE color: 13820620.
HSL color Cylindrical-coordinate representation of color #CCE2D2: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2D2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 210 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.11 |
| HSL | 136.36º | 0.28% | 0.84% | - |
| HSV(B) | 136.36º | 0.1% | 0.89% | - |
| XYZ | 63.73 | 71.88 | 71.49 | - |
| YUV | 217.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 210 | 0.10 | 0 | 0.07 | 0.11 | 136.36 | 0.28 | 0.84 |
| Hex | CC | E2 | D2 | A | 0 | 7 | B | 88 | 1C | 54 |
| Octal | 314 | 342 | 322 | 12 | 0 | 7 | 13 | 210 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11010010 | 1010 | 0 | 111 | 1011 | 10001000 | 11100 | 1010100 |
Color Harmonies of #CCE2D2
Complementary color
Monochromatic Colors of #CCE2D2
Black with #CCE2D2
Text Example
Text Example
White with #CCE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2D2; }
p { color: rgb(204,226,210); }
H1.HeaderClassName
{
color: #CCE2D2;
}
.AnyTagClassName
{
color: #CCE2D2;
}
</style>
background-color css
<style>
a { background-color: #CCE2D2; }
a { background-color: rgb(204,226,210); }
div.DivClassName
{
background-color: #CCE2D2;
}
.BgClassName
{
background-color: #CCE2D2;
}
</style>
border-color css
<style>
span { border-color: #CCE2D2; }
span { border-color: rgb(204,226,210); }
td.TdClassName
{
border-color: #CCE2D2;
}
.TagClassName
{
border-color: #CCE2D2;
}
</style>