Shades of Granny Apple #CDEBD0
Tints of Granny Apple #CDEBD0
RGB
CMYK
RGB Variations
Color information
#CDEBD0 (or 0xCDEBD0) is known color: Granny Apple. HEX triplet: CD, EB and D0. RGB value is (205,235,208). Sum of RGB (Red+Green+Blue) = 205+235+208=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD0 is #32142F. Grayscale: #DFDFDF. Windows color (decimal): -3281968 or 13691853. OLE color: 13691853.
HSL color Cylindrical-coordinate representation of color #CDEBD0: hue angle of 126º 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 #CDEBD0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 208 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.08 |
| HSL | 126º | 0.43% | 0.86% | - |
| HSV(B) | 126º | 0.13% | 0.92% | - |
| XYZ | 66.27 | 76.95 | 71.03 | - |
| YUV | 222.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 208 | 0.13 | 0 | 0.11 | 0.08 | 126 | 0.43 | 0.86 |
| Hex | CD | EB | D0 | D | 0 | B | 8 | 7E | 2B | 56 |
| Octal | 315 | 353 | 320 | 15 | 0 | 13 | 10 | 176 | 53 | 126 |
| Binary | 11001101 | 11101011 | 11010000 | 1101 | 0 | 1011 | 1000 | 1111110 | 101011 | 1010110 |
Color Harmonies of #CDEBD0
Complementary color
Monochromatic Colors of #CDEBD0
Black with #CDEBD0
Text Example
Text Example
White with #CDEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBD0; }
p { color: rgb(205,235,208); }
H1.HeaderClassName
{
color: #CDEBD0;
}
.AnyTagClassName
{
color: #CDEBD0;
}
</style>
background-color css
<style>
a { background-color: #CDEBD0; }
a { background-color: rgb(205,235,208); }
div.DivClassName
{
background-color: #CDEBD0;
}
.BgClassName
{
background-color: #CDEBD0;
}
</style>
border-color css
<style>
span { border-color: #CDEBD0; }
span { border-color: rgb(205,235,208); }
td.TdClassName
{
border-color: #CDEBD0;
}
.TagClassName
{
border-color: #CDEBD0;
}
</style>