Shades of Granny Apple #CCE6CD
Tints of Granny Apple #CCE6CD
RGB
CMYK
RGB Variations
Color information
#CCE6CD (or 0xCCE6CD) is known color: Granny Apple. HEX triplet: CC, E6 and CD. RGB value is (204,230,205). Sum of RGB (Red+Green+Blue) = 204+230+205=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6CD is #331932. Grayscale: #DBDBDB. Windows color (decimal): -3348787 or 13493964. OLE color: 13493964.
HSL color Cylindrical-coordinate representation of color #CCE6CD: hue angle of 122.31º 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 #CCE6CD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 230 | 205 | - |
CMYK | 0.11 | 0 | 0.11 | 0.10 |
HSL | 122.31º | 0.34% | 0.85% | - |
HSV(B) | 122.31º | 0.11% | 0.9% | - |
XYZ | 64.22 | 73.84 | 68.63 | - |
YUV | 219.38 | 119.89 | 117.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 205 | 0.11 | 0 | 0.11 | 0.10 | 122.31 | 0.34 | 0.85 |
Hex | CC | E6 | CD | B | 0 | B | A | 7A | 22 | 55 |
Octal | 314 | 346 | 315 | 13 | 0 | 13 | 12 | 172 | 42 | 125 |
Binary | 11001100 | 11100110 | 11001101 | 1011 | 0 | 1011 | 1010 | 1111010 | 100010 | 1010101 |
Color Harmonies of #CCE6CD
Complementary color
Monochromatic Colors of #CCE6CD
Black with #CCE6CD
Text Example
Text Example
White with #CCE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6CD; }
p { color: rgb(204,230,205); }
H1.HeaderClassName
{
color: #CCE6CD;
}
.AnyTagClassName
{
color: #CCE6CD;
}
</style>
background-color css
<style>
a { background-color: #CCE6CD; }
a { background-color: rgb(204,230,205); }
div.DivClassName
{
background-color: #CCE6CD;
}
.BgClassName
{
background-color: #CCE6CD;
}
</style>
border-color css
<style>
span { border-color: #CCE6CD; }
span { border-color: rgb(204,230,205); }
td.TdClassName
{
border-color: #CCE6CD;
}
.TagClassName
{
border-color: #CCE6CD;
}
</style>