Shades of Granny Apple #CDE7CD
Tints of Granny Apple #CDE7CD
RGB
CMYK
RGB Variations
Color information
#CDE7CD (or 0xCDE7CD) is known color: Granny Apple. HEX triplet: CD, E7 and CD. RGB value is (205,231,205). Sum of RGB (Red+Green+Blue) = 205+231+205=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7CD is #321832. Grayscale: #DCDCDC. Windows color (decimal): -3282995 or 13494221. OLE color: 13494221.
HSL color Cylindrical-coordinate representation of color #CDE7CD: hue angle of 120º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE7CD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 231 | 205 | - |
CMYK | 0.11 | 0 | 0.11 | 0.09 |
HSL | 120º | 0.35% | 0.85% | - |
HSV(B) | 120º | 0.11% | 0.91% | - |
XYZ | 64.77 | 74.54 | 68.73 | - |
YUV | 220.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 231 | 205 | 0.11 | 0 | 0.11 | 0.09 | 120 | 0.35 | 0.85 |
Hex | CD | E7 | CD | B | 0 | B | 9 | 78 | 23 | 55 |
Octal | 315 | 347 | 315 | 13 | 0 | 13 | 11 | 170 | 43 | 125 |
Binary | 11001101 | 11100111 | 11001101 | 1011 | 0 | 1011 | 1001 | 1111000 | 100011 | 1010101 |
Color Harmonies of #CDE7CD
Complementary color
Monochromatic Colors of #CDE7CD
Black with #CDE7CD
Text Example
Text Example
White with #CDE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7CD; }
p { color: rgb(205,231,205); }
H1.HeaderClassName
{
color: #CDE7CD;
}
.AnyTagClassName
{
color: #CDE7CD;
}
</style>
background-color css
<style>
a { background-color: #CDE7CD; }
a { background-color: rgb(205,231,205); }
div.DivClassName
{
background-color: #CDE7CD;
}
.BgClassName
{
background-color: #CDE7CD;
}
</style>
border-color css
<style>
span { border-color: #CDE7CD; }
span { border-color: rgb(205,231,205); }
td.TdClassName
{
border-color: #CDE7CD;
}
.TagClassName
{
border-color: #CDE7CD;
}
</style>