Shades of Granny Apple #CDE6D5
Tints of Granny Apple #CDE6D5
RGB
CMYK
RGB Variations
Color information
#CDE6D5 (or 0xCDE6D5) is known color: Granny Apple. HEX triplet: CD, E6 and D5. RGB value is (205,230,213). Sum of RGB (Red+Green+Blue) = 205+230+213=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6D5 is #32192A. Grayscale: #DCDCDC. Windows color (decimal): -3283243 or 14018253. OLE color: 14018253.
HSL color Cylindrical-coordinate representation of color #CDE6D5: hue angle of 139.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6D5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 213 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.10 |
| HSL | 139.2º | 0.33% | 0.85% | - |
| HSV(B) | 139.2º | 0.11% | 0.9% | - |
| XYZ | 65.48 | 74.38 | 73.86 | - |
| YUV | 220.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 213 | 0.11 | 0 | 0.07 | 0.10 | 139.2 | 0.33 | 0.85 |
| Hex | CD | E6 | D5 | B | 0 | 7 | A | 8B | 21 | 55 |
| Octal | 315 | 346 | 325 | 13 | 0 | 7 | 12 | 213 | 41 | 125 |
| Binary | 11001101 | 11100110 | 11010101 | 1011 | 0 | 111 | 1010 | 10001011 | 100001 | 1010101 |
Color Harmonies of #CDE6D5
Complementary color
Monochromatic Colors of #CDE6D5
Black with #CDE6D5
Text Example
Text Example
White with #CDE6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6D5; }
p { color: rgb(205,230,213); }
H1.HeaderClassName
{
color: #CDE6D5;
}
.AnyTagClassName
{
color: #CDE6D5;
}
</style>
background-color css
<style>
a { background-color: #CDE6D5; }
a { background-color: rgb(205,230,213); }
div.DivClassName
{
background-color: #CDE6D5;
}
.BgClassName
{
background-color: #CDE6D5;
}
</style>
border-color css
<style>
span { border-color: #CDE6D5; }
span { border-color: rgb(205,230,213); }
td.TdClassName
{
border-color: #CDE6D5;
}
.TagClassName
{
border-color: #CDE6D5;
}
</style>