Shades of Granny Apple #CCE8D6
Tints of Granny Apple #CCE8D6
RGB
CMYK
RGB Variations
Color information
#CCE8D6 (or 0xCCE8D6) is known color: Granny Apple. HEX triplet: CC, E8 and D6. RGB value is (204,232,214). Sum of RGB (Red+Green+Blue) = 204+232+214=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8D6 is #331729. Grayscale: #DDDDDD. Windows color (decimal): -3348266 or 14084300. OLE color: 14084300.
HSL color Cylindrical-coordinate representation of color #CCE8D6: hue angle of 141.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8D6 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 214 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.09 |
| HSL | 141.43º | 0.38% | 0.85% | - |
| HSV(B) | 141.43º | 0.12% | 0.91% | - |
| XYZ | 65.9 | 75.41 | 74.7 | - |
| YUV | 221.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 214 | 0.12 | 0 | 0.08 | 0.09 | 141.43 | 0.38 | 0.85 |
| Hex | CC | E8 | D6 | C | 0 | 8 | 9 | 8D | 26 | 55 |
| Octal | 314 | 350 | 326 | 14 | 0 | 10 | 11 | 215 | 46 | 125 |
| Binary | 11001100 | 11101000 | 11010110 | 1100 | 0 | 1000 | 1001 | 10001101 | 100110 | 1010101 |
Color Harmonies of #CCE8D6
Complementary color
Monochromatic Colors of #CCE8D6
Black with #CCE8D6
Text Example
Text Example
White with #CCE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8D6; }
p { color: rgb(204,232,214); }
H1.HeaderClassName
{
color: #CCE8D6;
}
.AnyTagClassName
{
color: #CCE8D6;
}
</style>
background-color css
<style>
a { background-color: #CCE8D6; }
a { background-color: rgb(204,232,214); }
div.DivClassName
{
background-color: #CCE8D6;
}
.BgClassName
{
background-color: #CCE8D6;
}
</style>
border-color css
<style>
span { border-color: #CCE8D6; }
span { border-color: rgb(204,232,214); }
td.TdClassName
{
border-color: #CCE8D6;
}
.TagClassName
{
border-color: #CCE8D6;
}
</style>