Shades of Granny Apple #CDE9D0
Tints of Granny Apple #CDE9D0
RGB
CMYK
RGB Variations
Color information
#CDE9D0 (or 0xCDE9D0) is known color: Granny Apple. HEX triplet: CD, E9 and D0. RGB value is (205,233,208). Sum of RGB (Red+Green+Blue) = 205+233+208=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9D0 is #32162F. Grayscale: #DDDDDD. Windows color (decimal): -3282480 or 13691341. OLE color: 13691341.
HSL color Cylindrical-coordinate representation of color #CDE9D0: hue angle of 126.43º degrees, saturation: 0.39, 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 #CDE9D0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 208 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.09 |
| HSL | 126.43º | 0.39% | 0.86% | - |
| HSV(B) | 126.43º | 0.12% | 0.91% | - |
| XYZ | 65.7 | 75.81 | 70.84 | - |
| YUV | 221.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 208 | 0.12 | 0 | 0.11 | 0.09 | 126.43 | 0.39 | 0.86 |
| Hex | CD | E9 | D0 | C | 0 | B | 9 | 7E | 27 | 56 |
| Octal | 315 | 351 | 320 | 14 | 0 | 13 | 11 | 176 | 47 | 126 |
| Binary | 11001101 | 11101001 | 11010000 | 1100 | 0 | 1011 | 1001 | 1111110 | 100111 | 1010110 |
Color Harmonies of #CDE9D0
Complementary color
Monochromatic Colors of #CDE9D0
Black with #CDE9D0
Text Example
Text Example
White with #CDE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9D0; }
p { color: rgb(205,233,208); }
H1.HeaderClassName
{
color: #CDE9D0;
}
.AnyTagClassName
{
color: #CDE9D0;
}
</style>
background-color css
<style>
a { background-color: #CDE9D0; }
a { background-color: rgb(205,233,208); }
div.DivClassName
{
background-color: #CDE9D0;
}
.BgClassName
{
background-color: #CDE9D0;
}
</style>
border-color css
<style>
span { border-color: #CDE9D0; }
span { border-color: rgb(205,233,208); }
td.TdClassName
{
border-color: #CDE9D0;
}
.TagClassName
{
border-color: #CDE9D0;
}
</style>