Shades of Granny Apple #CDE7CF
Tints of Granny Apple #CDE7CF
RGB
CMYK
RGB Variations
Color information
#CDE7CF (or 0xCDE7CF) is known color: Granny Apple. HEX triplet: CD, E7 and CF. RGB value is (205,231,207). Sum of RGB (Red+Green+Blue) = 205+231+207=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7CF is #321830. Grayscale: #DCDCDC. Windows color (decimal): -3282993 or 13625293. OLE color: 13625293.
HSL color Cylindrical-coordinate representation of color #CDE7CF: hue angle of 124.62º 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 #CDE7CF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 207 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.09 |
| HSL | 124.62º | 0.35% | 0.85% | - |
| HSV(B) | 124.62º | 0.11% | 0.91% | - |
| XYZ | 65.02 | 74.64 | 70.01 | - |
| YUV | 220.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 207 | 0.11 | 0 | 0.10 | 0.09 | 124.62 | 0.35 | 0.85 |
| Hex | CD | E7 | CF | B | 0 | A | 9 | 7D | 23 | 55 |
| Octal | 315 | 347 | 317 | 13 | 0 | 12 | 11 | 175 | 43 | 125 |
| Binary | 11001101 | 11100111 | 11001111 | 1011 | 0 | 1010 | 1001 | 1111101 | 100011 | 1010101 |
Color Harmonies of #CDE7CF
Complementary color
Monochromatic Colors of #CDE7CF
Black with #CDE7CF
Text Example
Text Example
White with #CDE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7CF; }
p { color: rgb(205,231,207); }
H1.HeaderClassName
{
color: #CDE7CF;
}
.AnyTagClassName
{
color: #CDE7CF;
}
</style>
background-color css
<style>
a { background-color: #CDE7CF; }
a { background-color: rgb(205,231,207); }
div.DivClassName
{
background-color: #CDE7CF;
}
.BgClassName
{
background-color: #CDE7CF;
}
</style>
border-color css
<style>
span { border-color: #CDE7CF; }
span { border-color: rgb(205,231,207); }
td.TdClassName
{
border-color: #CDE7CF;
}
.TagClassName
{
border-color: #CDE7CF;
}
</style>