Shades of Granny Apple #CDE2D2
Tints of Granny Apple #CDE2D2
RGB
CMYK
RGB Variations
Color information
#CDE2D2 (or 0xCDE2D2) is known color: Granny Apple. HEX triplet: CD, E2 and D2. RGB value is (205,226,210). Sum of RGB (Red+Green+Blue) = 205+226+210=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2D2 is #321D2D. Grayscale: #D9D9D9. Windows color (decimal): -3284270 or 13820621. OLE color: 13820621.
HSL color Cylindrical-coordinate representation of color #CDE2D2: hue angle of 134.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE2D2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 210 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.11 |
| HSL | 134.29º | 0.27% | 0.85% | - |
| HSV(B) | 134.29º | 0.09% | 0.89% | - |
| XYZ | 64.01 | 72.02 | 71.5 | - |
| YUV | 217.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 210 | 0.09 | 0 | 0.07 | 0.11 | 134.29 | 0.27 | 0.85 |
| Hex | CD | E2 | D2 | 9 | 0 | 7 | B | 86 | 1B | 55 |
| Octal | 315 | 342 | 322 | 11 | 0 | 7 | 13 | 206 | 33 | 125 |
| Binary | 11001101 | 11100010 | 11010010 | 1001 | 0 | 111 | 1011 | 10000110 | 11011 | 1010101 |
Color Harmonies of #CDE2D2
Complementary color
Monochromatic Colors of #CDE2D2
Black with #CDE2D2
Text Example
Text Example
White with #CDE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2D2; }
p { color: rgb(205,226,210); }
H1.HeaderClassName
{
color: #CDE2D2;
}
.AnyTagClassName
{
color: #CDE2D2;
}
</style>
background-color css
<style>
a { background-color: #CDE2D2; }
a { background-color: rgb(205,226,210); }
div.DivClassName
{
background-color: #CDE2D2;
}
.BgClassName
{
background-color: #CDE2D2;
}
</style>
border-color css
<style>
span { border-color: #CDE2D2; }
span { border-color: rgb(205,226,210); }
td.TdClassName
{
border-color: #CDE2D2;
}
.TagClassName
{
border-color: #CDE2D2;
}
</style>