Shades of Granny Apple #CDECD3
Tints of Granny Apple #CDECD3
RGB
CMYK
RGB Variations
Color information
#CDECD3 (or 0xCDECD3) is known color: Granny Apple. HEX triplet: CD, EC and D3. RGB value is (205,236,211). Sum of RGB (Red+Green+Blue) = 205+236+211=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD3 is #32132C. Grayscale: #DFDFDF. Windows color (decimal): -3281709 or 13888717. OLE color: 13888717.
HSL color Cylindrical-coordinate representation of color #CDECD3: hue angle of 131.61º 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 #CDECD3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 211 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.07 |
| HSL | 131.61º | 0.45% | 0.86% | - |
| HSV(B) | 131.61º | 0.13% | 0.93% | - |
| XYZ | 66.93 | 77.67 | 73.09 | - |
| YUV | 223.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 211 | 0.13 | 0 | 0.11 | 0.07 | 131.61 | 0.45 | 0.86 |
| Hex | CD | EC | D3 | D | 0 | B | 7 | 84 | 2D | 56 |
| Octal | 315 | 354 | 323 | 15 | 0 | 13 | 7 | 204 | 55 | 126 |
| Binary | 11001101 | 11101100 | 11010011 | 1101 | 0 | 1011 | 111 | 10000100 | 101101 | 1010110 |
Color Harmonies of #CDECD3
Complementary color
Monochromatic Colors of #CDECD3
Black with #CDECD3
Text Example
Text Example
White with #CDECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECD3; }
p { color: rgb(205,236,211); }
H1.HeaderClassName
{
color: #CDECD3;
}
.AnyTagClassName
{
color: #CDECD3;
}
</style>
background-color css
<style>
a { background-color: #CDECD3; }
a { background-color: rgb(205,236,211); }
div.DivClassName
{
background-color: #CDECD3;
}
.BgClassName
{
background-color: #CDECD3;
}
</style>
border-color css
<style>
span { border-color: #CDECD3; }
span { border-color: rgb(205,236,211); }
td.TdClassName
{
border-color: #CDECD3;
}
.TagClassName
{
border-color: #CDECD3;
}
</style>