Shades of Granny Apple #CCE4D2
Tints of Granny Apple #CCE4D2
RGB
CMYK
RGB Variations
Color information
#CCE4D2 (or 0xCCE4D2) is known color: Granny Apple. HEX triplet: CC, E4 and D2. RGB value is (204,228,210). Sum of RGB (Red+Green+Blue) = 204+228+210=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4D2 is #331B2D. Grayscale: #DADADA. Windows color (decimal): -3349294 or 13821132. OLE color: 13821132.
HSL color Cylindrical-coordinate representation of color #CCE4D2: hue angle of 135º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4D2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 210 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.11 |
| HSL | 135º | 0.31% | 0.85% | - |
| HSV(B) | 135º | 0.11% | 0.89% | - |
| XYZ | 64.28 | 72.98 | 71.67 | - |
| YUV | 218.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 210 | 0.11 | 0 | 0.08 | 0.11 | 135 | 0.31 | 0.85 |
| Hex | CC | E4 | D2 | B | 0 | 8 | B | 87 | 1F | 55 |
| Octal | 314 | 344 | 322 | 13 | 0 | 10 | 13 | 207 | 37 | 125 |
| Binary | 11001100 | 11100100 | 11010010 | 1011 | 0 | 1000 | 1011 | 10000111 | 11111 | 1010101 |
Color Harmonies of #CCE4D2
Complementary color
Monochromatic Colors of #CCE4D2
Black with #CCE4D2
Text Example
Text Example
White with #CCE4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4D2; }
p { color: rgb(204,228,210); }
H1.HeaderClassName
{
color: #CCE4D2;
}
.AnyTagClassName
{
color: #CCE4D2;
}
</style>
background-color css
<style>
a { background-color: #CCE4D2; }
a { background-color: rgb(204,228,210); }
div.DivClassName
{
background-color: #CCE4D2;
}
.BgClassName
{
background-color: #CCE4D2;
}
</style>
border-color css
<style>
span { border-color: #CCE4D2; }
span { border-color: rgb(204,228,210); }
td.TdClassName
{
border-color: #CCE4D2;
}
.TagClassName
{
border-color: #CCE4D2;
}
</style>