Shades of Granny Apple #CDE0CE
Tints of Granny Apple #CDE0CE
RGB
CMYK
RGB Variations
Color information
#CDE0CE (or 0xCDE0CE) is known color: Granny Apple. HEX triplet: CD, E0 and CE. RGB value is (205,224,206). Sum of RGB (Red+Green+Blue) = 205+224+206=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CE is #321F31. Grayscale: #D8D8D8. Windows color (decimal): -3284786 or 13557965. OLE color: 13557965.
HSL color Cylindrical-coordinate representation of color #CDE0CE: hue angle of 123.16º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDE0CE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 206 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 123.16º | 0.23% | 0.84% | - |
| HSV(B) | 123.16º | 0.08% | 0.88% | - |
| XYZ | 62.97 | 70.75 | 68.73 | - |
| YUV | 216.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 206 | 0.08 | 0 | 0.08 | 0.12 | 123.16 | 0.23 | 0.84 |
| Hex | CD | E0 | CE | 8 | 0 | 8 | C | 7B | 17 | 54 |
| Octal | 315 | 340 | 316 | 10 | 0 | 10 | 14 | 173 | 27 | 124 |
| Binary | 11001101 | 11100000 | 11001110 | 1000 | 0 | 1000 | 1100 | 1111011 | 10111 | 1010100 |
Color Harmonies of #CDE0CE
Complementary color
Monochromatic Colors of #CDE0CE
Black with #CDE0CE
Text Example
Text Example
White with #CDE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0CE; }
p { color: rgb(205,224,206); }
H1.HeaderClassName
{
color: #CDE0CE;
}
.AnyTagClassName
{
color: #CDE0CE;
}
</style>
background-color css
<style>
a { background-color: #CDE0CE; }
a { background-color: rgb(205,224,206); }
div.DivClassName
{
background-color: #CDE0CE;
}
.BgClassName
{
background-color: #CDE0CE;
}
</style>
border-color css
<style>
span { border-color: #CDE0CE; }
span { border-color: rgb(205,224,206); }
td.TdClassName
{
border-color: #CDE0CE;
}
.TagClassName
{
border-color: #CDE0CE;
}
</style>