Shades of Granny Apple #CCE5CD
Tints of Granny Apple #CCE5CD
RGB
CMYK
RGB Variations
Color information
#CCE5CD (or 0xCCE5CD) is known color: Granny Apple. HEX triplet: CC, E5 and CD. RGB value is (204,229,205). Sum of RGB (Red+Green+Blue) = 204+229+205=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5CD is #331A32. Grayscale: #DADADA. Windows color (decimal): -3349043 or 13493708. OLE color: 13493708.
HSL color Cylindrical-coordinate representation of color #CCE5CD: hue angle of 122.4º degrees, saturation: 0.32, 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 #CCE5CD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 205 | - |
CMYK | 0.11 | 0 | 0.10 | 0.10 |
HSL | 122.4º | 0.32% | 0.85% | - |
HSV(B) | 122.4º | 0.11% | 0.9% | - |
XYZ | 63.94 | 73.28 | 68.53 | - |
YUV | 218.79 | 120.22 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 205 | 0.11 | 0 | 0.10 | 0.10 | 122.4 | 0.32 | 0.85 |
Hex | CC | E5 | CD | B | 0 | A | A | 7A | 20 | 55 |
Octal | 314 | 345 | 315 | 13 | 0 | 12 | 12 | 172 | 40 | 125 |
Binary | 11001100 | 11100101 | 11001101 | 1011 | 0 | 1010 | 1010 | 1111010 | 100000 | 1010101 |
Color Harmonies of #CCE5CD
Complementary color
Monochromatic Colors of #CCE5CD
Black with #CCE5CD
Text Example
Text Example
White with #CCE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5CD; }
p { color: rgb(204,229,205); }
H1.HeaderClassName
{
color: #CCE5CD;
}
.AnyTagClassName
{
color: #CCE5CD;
}
</style>
background-color css
<style>
a { background-color: #CCE5CD; }
a { background-color: rgb(204,229,205); }
div.DivClassName
{
background-color: #CCE5CD;
}
.BgClassName
{
background-color: #CCE5CD;
}
</style>
border-color css
<style>
span { border-color: #CCE5CD; }
span { border-color: rgb(204,229,205); }
td.TdClassName
{
border-color: #CCE5CD;
}
.TagClassName
{
border-color: #CCE5CD;
}
</style>