Shades of Granny Apple #CDE5D3
Tints of Granny Apple #CDE5D3
RGB
CMYK
RGB Variations
Color information
#CDE5D3 (or 0xCDE5D3) is known color: Granny Apple. HEX triplet: CD, E5 and D3. RGB value is (205,229,211). Sum of RGB (Red+Green+Blue) = 205+229+211=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5D3 is #321A2C. Grayscale: #DBDBDB. Windows color (decimal): -3283501 or 13886925. OLE color: 13886925.
HSL color Cylindrical-coordinate representation of color #CDE5D3: hue angle of 135º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE5D3 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 211 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.10 |
| HSL | 135º | 0.32% | 0.85% | - |
| HSV(B) | 135º | 0.1% | 0.9% | - |
| XYZ | 64.95 | 73.72 | 72.43 | - |
| YUV | 219.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 211 | 0.10 | 0 | 0.08 | 0.10 | 135 | 0.32 | 0.85 |
| Hex | CD | E5 | D3 | A | 0 | 8 | A | 87 | 20 | 55 |
| Octal | 315 | 345 | 323 | 12 | 0 | 10 | 12 | 207 | 40 | 125 |
| Binary | 11001101 | 11100101 | 11010011 | 1010 | 0 | 1000 | 1010 | 10000111 | 100000 | 1010101 |
Color Harmonies of #CDE5D3
Complementary color
Monochromatic Colors of #CDE5D3
Black with #CDE5D3
Text Example
Text Example
White with #CDE5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5D3; }
p { color: rgb(205,229,211); }
H1.HeaderClassName
{
color: #CDE5D3;
}
.AnyTagClassName
{
color: #CDE5D3;
}
</style>
background-color css
<style>
a { background-color: #CDE5D3; }
a { background-color: rgb(205,229,211); }
div.DivClassName
{
background-color: #CDE5D3;
}
.BgClassName
{
background-color: #CDE5D3;
}
</style>
border-color css
<style>
span { border-color: #CDE5D3; }
span { border-color: rgb(205,229,211); }
td.TdClassName
{
border-color: #CDE5D3;
}
.TagClassName
{
border-color: #CDE5D3;
}
</style>