Shades of Granny Apple #CDE8CD
Tints of Granny Apple #CDE8CD
RGB
CMYK
RGB Variations
Color information
#CDE8CD (or 0xCDE8CD) is known color: Granny Apple. HEX triplet: CD, E8 and CD. RGB value is (205,232,205). Sum of RGB (Red+Green+Blue) = 205+232+205=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8CD is #321732. Grayscale: #DCDCDC. Windows color (decimal): -3282739 or 13494477. OLE color: 13494477.
HSL color Cylindrical-coordinate representation of color #CDE8CD: hue angle of 120º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE8CD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 205 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.09 |
| HSL | 120º | 0.37% | 0.86% | - |
| HSV(B) | 120º | 0.12% | 0.91% | - |
| XYZ | 65.05 | 75.1 | 68.82 | - |
| YUV | 220.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 205 | 0.12 | 0 | 0.12 | 0.09 | 120 | 0.37 | 0.86 |
| Hex | CD | E8 | CD | C | 0 | C | 9 | 78 | 25 | 56 |
| Octal | 315 | 350 | 315 | 14 | 0 | 14 | 11 | 170 | 45 | 126 |
| Binary | 11001101 | 11101000 | 11001101 | 1100 | 0 | 1100 | 1001 | 1111000 | 100101 | 1010110 |
Color Harmonies of #CDE8CD
Complementary color
Monochromatic Colors of #CDE8CD
Black with #CDE8CD
Text Example
Text Example
White with #CDE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8CD; }
p { color: rgb(205,232,205); }
H1.HeaderClassName
{
color: #CDE8CD;
}
.AnyTagClassName
{
color: #CDE8CD;
}
</style>
background-color css
<style>
a { background-color: #CDE8CD; }
a { background-color: rgb(205,232,205); }
div.DivClassName
{
background-color: #CDE8CD;
}
.BgClassName
{
background-color: #CDE8CD;
}
</style>
border-color css
<style>
span { border-color: #CDE8CD; }
span { border-color: rgb(205,232,205); }
td.TdClassName
{
border-color: #CDE8CD;
}
.TagClassName
{
border-color: #CDE8CD;
}
</style>