Shades of Granny Apple #CDE0D1
Tints of Granny Apple #CDE0D1
RGB
CMYK
RGB Variations
Color information
#CDE0D1 (or 0xCDE0D1) is known color: Granny Apple. HEX triplet: CD, E0 and D1. RGB value is (205,224,209). Sum of RGB (Red+Green+Blue) = 205+224+209=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0D1 is #321F2E. Grayscale: #D8D8D8. Windows color (decimal): -3284783 or 13754573. OLE color: 13754573.
HSL color Cylindrical-coordinate representation of color #CDE0D1: hue angle of 132.63º 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 #CDE0D1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
RGB | 205 | 224 | 209 | - |
CMYK | 0.08 | 0 | 0.07 | 0.12 |
HSL | 132.63º | 0.23% | 0.84% | - |
HSV(B) | 132.63º | 0.08% | 0.88% | - |
XYZ | 63.34 | 70.89 | 70.67 | - |
YUV | 216.61 | 123.71 | 119.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 224 | 209 | 0.08 | 0 | 0.07 | 0.12 | 132.63 | 0.23 | 0.84 |
Hex | CD | E0 | D1 | 8 | 0 | 7 | C | 85 | 17 | 54 |
Octal | 315 | 340 | 321 | 10 | 0 | 7 | 14 | 205 | 27 | 124 |
Binary | 11001101 | 11100000 | 11010001 | 1000 | 0 | 111 | 1100 | 10000101 | 10111 | 1010100 |
Color Harmonies of #CDE0D1
Complementary color
Monochromatic Colors of #CDE0D1
Black with #CDE0D1
Text Example
Text Example
White with #CDE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0D1; }
p { color: rgb(205,224,209); }
H1.HeaderClassName
{
color: #CDE0D1;
}
.AnyTagClassName
{
color: #CDE0D1;
}
</style>
background-color css
<style>
a { background-color: #CDE0D1; }
a { background-color: rgb(205,224,209); }
div.DivClassName
{
background-color: #CDE0D1;
}
.BgClassName
{
background-color: #CDE0D1;
}
</style>
border-color css
<style>
span { border-color: #CDE0D1; }
span { border-color: rgb(205,224,209); }
td.TdClassName
{
border-color: #CDE0D1;
}
.TagClassName
{
border-color: #CDE0D1;
}
</style>