Shades of Granny Apple #CDEBD2
Tints of Granny Apple #CDEBD2
RGB
CMYK
RGB Variations
Color information
#CDEBD2 (or 0xCDEBD2) is known color: Granny Apple. HEX triplet: CD, EB and D2. RGB value is (205,235,210). Sum of RGB (Red+Green+Blue) = 205+235+210=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD2 is #32142D. Grayscale: #DFDFDF. Windows color (decimal): -3281966 or 13822925. OLE color: 13822925.
HSL color Cylindrical-coordinate representation of color #CDEBD2: hue angle of 130º 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 #CDEBD2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 210 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.08 |
| HSL | 130º | 0.43% | 0.86% | - |
| HSV(B) | 130º | 0.13% | 0.92% | - |
| XYZ | 66.52 | 77.05 | 72.34 | - |
| YUV | 223.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 210 | 0.13 | 0 | 0.11 | 0.08 | 130 | 0.43 | 0.86 |
| Hex | CD | EB | D2 | D | 0 | B | 8 | 82 | 2B | 56 |
| Octal | 315 | 353 | 322 | 15 | 0 | 13 | 10 | 202 | 53 | 126 |
| Binary | 11001101 | 11101011 | 11010010 | 1101 | 0 | 1011 | 1000 | 10000010 | 101011 | 1010110 |
Color Harmonies of #CDEBD2
Complementary color
Monochromatic Colors of #CDEBD2
Black with #CDEBD2
Text Example
Text Example
White with #CDEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBD2; }
p { color: rgb(205,235,210); }
H1.HeaderClassName
{
color: #CDEBD2;
}
.AnyTagClassName
{
color: #CDEBD2;
}
</style>
background-color css
<style>
a { background-color: #CDEBD2; }
a { background-color: rgb(205,235,210); }
div.DivClassName
{
background-color: #CDEBD2;
}
.BgClassName
{
background-color: #CDEBD2;
}
</style>
border-color css
<style>
span { border-color: #CDEBD2; }
span { border-color: rgb(205,235,210); }
td.TdClassName
{
border-color: #CDEBD2;
}
.TagClassName
{
border-color: #CDEBD2;
}
</style>