Shades of Granny Apple #CDE1D0
Tints of Granny Apple #CDE1D0
RGB
CMYK
RGB Variations
Color information
#CDE1D0 (or 0xCDE1D0) is known color: Granny Apple. HEX triplet: CD, E1 and D0. RGB value is (205,225,208). Sum of RGB (Red+Green+Blue) = 205+225+208=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1D0 is #321E2F. Grayscale: #D9D9D9. Windows color (decimal): -3284528 or 13689293. OLE color: 13689293.
HSL color Cylindrical-coordinate representation of color #CDE1D0: hue angle of 129º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1D0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 208 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.12 |
| HSL | 129º | 0.25% | 0.84% | - |
| HSV(B) | 129º | 0.09% | 0.88% | - |
| XYZ | 63.49 | 71.38 | 70.11 | - |
| YUV | 217.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 208 | 0.09 | 0 | 0.08 | 0.12 | 129 | 0.25 | 0.84 |
| Hex | CD | E1 | D0 | 9 | 0 | 8 | C | 81 | 19 | 54 |
| Octal | 315 | 341 | 320 | 11 | 0 | 10 | 14 | 201 | 31 | 124 |
| Binary | 11001101 | 11100001 | 11010000 | 1001 | 0 | 1000 | 1100 | 10000001 | 11001 | 1010100 |
Color Harmonies of #CDE1D0
Complementary color
Monochromatic Colors of #CDE1D0
Black with #CDE1D0
Text Example
Text Example
White with #CDE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1D0; }
p { color: rgb(205,225,208); }
H1.HeaderClassName
{
color: #CDE1D0;
}
.AnyTagClassName
{
color: #CDE1D0;
}
</style>
background-color css
<style>
a { background-color: #CDE1D0; }
a { background-color: rgb(205,225,208); }
div.DivClassName
{
background-color: #CDE1D0;
}
.BgClassName
{
background-color: #CDE1D0;
}
</style>
border-color css
<style>
span { border-color: #CDE1D0; }
span { border-color: rgb(205,225,208); }
td.TdClassName
{
border-color: #CDE1D0;
}
.TagClassName
{
border-color: #CDE1D0;
}
</style>