Shades of Granny Apple #CDECD2
Tints of Granny Apple #CDECD2
RGB
CMYK
RGB Variations
Color information
#CDECD2 (or 0xCDECD2) is known color: Granny Apple. HEX triplet: CD, EC and D2. RGB value is (205,236,210). Sum of RGB (Red+Green+Blue) = 205+236+210=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD2 is #32132D. Grayscale: #DFDFDF. Windows color (decimal): -3281710 or 13823181. OLE color: 13823181.
HSL color Cylindrical-coordinate representation of color #CDECD2: hue angle of 129.68º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECD2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 210 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 129.68º | 0.45% | 0.86% | - |
| HSV(B) | 129.68º | 0.13% | 0.93% | - |
| XYZ | 66.81 | 77.62 | 72.43 | - |
| YUV | 223.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 210 | 0.13 | 0 | 0.11 | 0.07 | 129.68 | 0.45 | 0.86 |
| Hex | CD | EC | D2 | D | 0 | B | 7 | 82 | 2D | 56 |
| Octal | 315 | 354 | 322 | 15 | 0 | 13 | 7 | 202 | 55 | 126 |
| Binary | 11001101 | 11101100 | 11010010 | 1101 | 0 | 1011 | 111 | 10000010 | 101101 | 1010110 |
Color Harmonies of #CDECD2
Complementary color
Monochromatic Colors of #CDECD2
Black with #CDECD2
Text Example
Text Example
White with #CDECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECD2; }
p { color: rgb(205,236,210); }
H1.HeaderClassName
{
color: #CDECD2;
}
.AnyTagClassName
{
color: #CDECD2;
}
</style>
background-color css
<style>
a { background-color: #CDECD2; }
a { background-color: rgb(205,236,210); }
div.DivClassName
{
background-color: #CDECD2;
}
.BgClassName
{
background-color: #CDECD2;
}
</style>
border-color css
<style>
span { border-color: #CDECD2; }
span { border-color: rgb(205,236,210); }
td.TdClassName
{
border-color: #CDECD2;
}
.TagClassName
{
border-color: #CDECD2;
}
</style>