Shades of Granny Apple #CDEBD7
Tints of Granny Apple #CDEBD7
RGB
CMYK
RGB Variations
Color information
#CDEBD7 (or 0xCDEBD7) is known color: Granny Apple. HEX triplet: CD, EB and D7. RGB value is (205,235,215). Sum of RGB (Red+Green+Blue) = 205+235+215=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD7 is #321428. Grayscale: #DFDFDF. Windows color (decimal): -3281961 or 14150605. OLE color: 14150605.
HSL color Cylindrical-coordinate representation of color #CDEBD7: hue angle of 140º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDEBD7 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 215 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.08 |
| HSL | 140º | 0.43% | 0.86% | - |
| HSV(B) | 140º | 0.13% | 0.92% | - |
| XYZ | 67.15 | 77.3 | 75.67 | - |
| YUV | 223.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 215 | 0.13 | 0 | 0.09 | 0.08 | 140 | 0.43 | 0.86 |
| Hex | CD | EB | D7 | D | 0 | 9 | 8 | 8C | 2B | 56 |
| Octal | 315 | 353 | 327 | 15 | 0 | 11 | 10 | 214 | 53 | 126 |
| Binary | 11001101 | 11101011 | 11010111 | 1101 | 0 | 1001 | 1000 | 10001100 | 101011 | 1010110 |
Color Harmonies of #CDEBD7
Complementary color
Monochromatic Colors of #CDEBD7
Black with #CDEBD7
Text Example
Text Example
White with #CDEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBD7; }
p { color: rgb(205,235,215); }
H1.HeaderClassName
{
color: #CDEBD7;
}
.AnyTagClassName
{
color: #CDEBD7;
}
</style>
background-color css
<style>
a { background-color: #CDEBD7; }
a { background-color: rgb(205,235,215); }
div.DivClassName
{
background-color: #CDEBD7;
}
.BgClassName
{
background-color: #CDEBD7;
}
</style>
border-color css
<style>
span { border-color: #CDEBD7; }
span { border-color: rgb(205,235,215); }
td.TdClassName
{
border-color: #CDEBD7;
}
.TagClassName
{
border-color: #CDEBD7;
}
</style>