Shades of Granny Apple #CDE8D5
Tints of Granny Apple #CDE8D5
RGB
CMYK
RGB Variations
Color information
#CDE8D5 (or 0xCDE8D5) is known color: Granny Apple. HEX triplet: CD, E8 and D5. RGB value is (205,232,213). Sum of RGB (Red+Green+Blue) = 205+232+213=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8D5 is #32172A. Grayscale: #DDDDDD. Windows color (decimal): -3282731 or 14018765. OLE color: 14018765.
HSL color Cylindrical-coordinate representation of color #CDE8D5: hue angle of 137.78º 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 #CDE8D5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 213 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.09 |
| HSL | 137.78º | 0.37% | 0.86% | - |
| HSV(B) | 137.78º | 0.12% | 0.91% | - |
| XYZ | 66.04 | 75.5 | 74.04 | - |
| YUV | 221.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 213 | 0.12 | 0 | 0.08 | 0.09 | 137.78 | 0.37 | 0.86 |
| Hex | CD | E8 | D5 | C | 0 | 8 | 9 | 8A | 25 | 56 |
| Octal | 315 | 350 | 325 | 14 | 0 | 10 | 11 | 212 | 45 | 126 |
| Binary | 11001101 | 11101000 | 11010101 | 1100 | 0 | 1000 | 1001 | 10001010 | 100101 | 1010110 |
Color Harmonies of #CDE8D5
Complementary color
Monochromatic Colors of #CDE8D5
Black with #CDE8D5
Text Example
Text Example
White with #CDE8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8D5; }
p { color: rgb(205,232,213); }
H1.HeaderClassName
{
color: #CDE8D5;
}
.AnyTagClassName
{
color: #CDE8D5;
}
</style>
background-color css
<style>
a { background-color: #CDE8D5; }
a { background-color: rgb(205,232,213); }
div.DivClassName
{
background-color: #CDE8D5;
}
.BgClassName
{
background-color: #CDE8D5;
}
</style>
border-color css
<style>
span { border-color: #CDE8D5; }
span { border-color: rgb(205,232,213); }
td.TdClassName
{
border-color: #CDE8D5;
}
.TagClassName
{
border-color: #CDE8D5;
}
</style>