Shades of Granny Apple #CDE5CD
Tints of Granny Apple #CDE5CD
RGB
CMYK
RGB Variations
Color information
#CDE5CD (or 0xCDE5CD) is known color: Granny Apple. HEX triplet: CD, E5 and CD. RGB value is (205,229,205). Sum of RGB (Red+Green+Blue) = 205+229+205=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5CD is #321A32. Grayscale: #DBDBDB. Windows color (decimal): -3283507 or 13493709. OLE color: 13493709.
HSL color Cylindrical-coordinate representation of color #CDE5CD: hue angle of 120º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE5CD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 229 | 205 | - |
CMYK | 0.10 | 0 | 0.10 | 0.10 |
HSL | 120º | 0.32% | 0.85% | - |
HSV(B) | 120º | 0.1% | 0.9% | - |
XYZ | 64.22 | 73.43 | 68.55 | - |
YUV | 219.09 | 120.05 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 205 | 0.10 | 0 | 0.10 | 0.10 | 120 | 0.32 | 0.85 |
Hex | CD | E5 | CD | A | 0 | A | A | 78 | 20 | 55 |
Octal | 315 | 345 | 315 | 12 | 0 | 12 | 12 | 170 | 40 | 125 |
Binary | 11001101 | 11100101 | 11001101 | 1010 | 0 | 1010 | 1010 | 1111000 | 100000 | 1010101 |
Color Harmonies of #CDE5CD
Complementary color
Monochromatic Colors of #CDE5CD
Black with #CDE5CD
Text Example
Text Example
White with #CDE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5CD; }
p { color: rgb(205,229,205); }
H1.HeaderClassName
{
color: #CDE5CD;
}
.AnyTagClassName
{
color: #CDE5CD;
}
</style>
background-color css
<style>
a { background-color: #CDE5CD; }
a { background-color: rgb(205,229,205); }
div.DivClassName
{
background-color: #CDE5CD;
}
.BgClassName
{
background-color: #CDE5CD;
}
</style>
border-color css
<style>
span { border-color: #CDE5CD; }
span { border-color: rgb(205,229,205); }
td.TdClassName
{
border-color: #CDE5CD;
}
.TagClassName
{
border-color: #CDE5CD;
}
</style>