Shades of Granny Apple #CCE6D2
Tints of Granny Apple #CCE6D2
RGB
CMYK
RGB Variations
Color information
#CCE6D2 (or 0xCCE6D2) is known color: Granny Apple. HEX triplet: CC, E6 and D2. RGB value is (204,230,210). Sum of RGB (Red+Green+Blue) = 204+230+210=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6D2 is #33192D. Grayscale: #DBDBDB. Windows color (decimal): -3348782 or 13821644. OLE color: 13821644.
HSL color Cylindrical-coordinate representation of color #CCE6D2: hue angle of 133.85º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE6D2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 210 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.10 |
| HSL | 133.85º | 0.34% | 0.85% | - |
| HSV(B) | 133.85º | 0.11% | 0.9% | - |
| XYZ | 64.83 | 74.08 | 71.86 | - |
| YUV | 219.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 210 | 0.11 | 0 | 0.09 | 0.10 | 133.85 | 0.34 | 0.85 |
| Hex | CC | E6 | D2 | B | 0 | 9 | A | 86 | 22 | 55 |
| Octal | 314 | 346 | 322 | 13 | 0 | 11 | 12 | 206 | 42 | 125 |
| Binary | 11001100 | 11100110 | 11010010 | 1011 | 0 | 1001 | 1010 | 10000110 | 100010 | 1010101 |
Color Harmonies of #CCE6D2
Complementary color
Monochromatic Colors of #CCE6D2
Black with #CCE6D2
Text Example
Text Example
White with #CCE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6D2; }
p { color: rgb(204,230,210); }
H1.HeaderClassName
{
color: #CCE6D2;
}
.AnyTagClassName
{
color: #CCE6D2;
}
</style>
background-color css
<style>
a { background-color: #CCE6D2; }
a { background-color: rgb(204,230,210); }
div.DivClassName
{
background-color: #CCE6D2;
}
.BgClassName
{
background-color: #CCE6D2;
}
</style>
border-color css
<style>
span { border-color: #CCE6D2; }
span { border-color: rgb(204,230,210); }
td.TdClassName
{
border-color: #CCE6D2;
}
.TagClassName
{
border-color: #CCE6D2;
}
</style>