Shades of Granny Apple #CDE4CD
Tints of Granny Apple #CDE4CD
RGB
CMYK
RGB Variations
Color information
#CDE4CD (or 0xCDE4CD) is known color: Granny Apple. HEX triplet: CD, E4 and CD. RGB value is (205,228,205). Sum of RGB (Red+Green+Blue) = 205+228+205=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4CD is #321B32. Grayscale: #DADADA. Windows color (decimal): -3283763 or 13493453. OLE color: 13493453.
HSL color Cylindrical-coordinate representation of color #CDE4CD: hue angle of 120º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4CD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 205 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.11 |
| HSL | 120º | 0.3% | 0.85% | - |
| HSV(B) | 120º | 0.1% | 0.89% | - |
| XYZ | 63.94 | 72.87 | 68.45 | - |
| YUV | 218.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 205 | 0.10 | 0 | 0.10 | 0.11 | 120 | 0.3 | 0.85 |
| Hex | CD | E4 | CD | A | 0 | A | B | 78 | 1E | 55 |
| Octal | 315 | 344 | 315 | 12 | 0 | 12 | 13 | 170 | 36 | 125 |
| Binary | 11001101 | 11100100 | 11001101 | 1010 | 0 | 1010 | 1011 | 1111000 | 11110 | 1010101 |
Color Harmonies of #CDE4CD
Complementary color
Monochromatic Colors of #CDE4CD
Black with #CDE4CD
Text Example
Text Example
White with #CDE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4CD; }
p { color: rgb(205,228,205); }
H1.HeaderClassName
{
color: #CDE4CD;
}
.AnyTagClassName
{
color: #CDE4CD;
}
</style>
background-color css
<style>
a { background-color: #CDE4CD; }
a { background-color: rgb(205,228,205); }
div.DivClassName
{
background-color: #CDE4CD;
}
.BgClassName
{
background-color: #CDE4CD;
}
</style>
border-color css
<style>
span { border-color: #CDE4CD; }
span { border-color: rgb(205,228,205); }
td.TdClassName
{
border-color: #CDE4CD;
}
.TagClassName
{
border-color: #CDE4CD;
}
</style>