Shades of Granny Apple #CDEBD1
Tints of Granny Apple #CDEBD1
RGB
CMYK
RGB Variations
Color information
#CDEBD1 (or 0xCDEBD1) is known color: Granny Apple. HEX triplet: CD, EB and D1. RGB value is (205,235,209). Sum of RGB (Red+Green+Blue) = 205+235+209=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD1 is #32142E. Grayscale: #DFDFDF. Windows color (decimal): -3281967 or 13757389. OLE color: 13757389.
HSL color Cylindrical-coordinate representation of color #CDEBD1: hue angle of 128º 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 #CDEBD1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 209 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.08 |
| HSL | 128º | 0.43% | 0.86% | - |
| HSV(B) | 128º | 0.13% | 0.92% | - |
| XYZ | 66.39 | 77 | 71.68 | - |
| YUV | 223.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 209 | 0.13 | 0 | 0.11 | 0.08 | 128 | 0.43 | 0.86 |
| Hex | CD | EB | D1 | D | 0 | B | 8 | 80 | 2B | 56 |
| Octal | 315 | 353 | 321 | 15 | 0 | 13 | 10 | 200 | 53 | 126 |
| Binary | 11001101 | 11101011 | 11010001 | 1101 | 0 | 1011 | 1000 | 10000000 | 101011 | 1010110 |
Color Harmonies of #CDEBD1
Complementary color
Monochromatic Colors of #CDEBD1
Black with #CDEBD1
Text Example
Text Example
White with #CDEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBD1; }
p { color: rgb(205,235,209); }
H1.HeaderClassName
{
color: #CDEBD1;
}
.AnyTagClassName
{
color: #CDEBD1;
}
</style>
background-color css
<style>
a { background-color: #CDEBD1; }
a { background-color: rgb(205,235,209); }
div.DivClassName
{
background-color: #CDEBD1;
}
.BgClassName
{
background-color: #CDEBD1;
}
</style>
border-color css
<style>
span { border-color: #CDEBD1; }
span { border-color: rgb(205,235,209); }
td.TdClassName
{
border-color: #CDEBD1;
}
.TagClassName
{
border-color: #CDEBD1;
}
</style>