Shades of Granny Apple #CDE3CF
Tints of Granny Apple #CDE3CF
RGB
CMYK
RGB Variations
Color information
#CDE3CF (or 0xCDE3CF) is known color: Granny Apple. HEX triplet: CD, E3 and CF. RGB value is (205,227,207). Sum of RGB (Red+Green+Blue) = 205+227+207=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3CF is #321C30. Grayscale: #DADADA. Windows color (decimal): -3284017 or 13624269. OLE color: 13624269.
HSL color Cylindrical-coordinate representation of color #CDE3CF: hue angle of 125.45º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE3CF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 207 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.11 |
| HSL | 125.45º | 0.28% | 0.85% | - |
| HSV(B) | 125.45º | 0.1% | 0.89% | - |
| XYZ | 63.91 | 72.42 | 69.64 | - |
| YUV | 218.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 207 | 0.10 | 0 | 0.09 | 0.11 | 125.45 | 0.28 | 0.85 |
| Hex | CD | E3 | CF | A | 0 | 9 | B | 7D | 1C | 55 |
| Octal | 315 | 343 | 317 | 12 | 0 | 11 | 13 | 175 | 34 | 125 |
| Binary | 11001101 | 11100011 | 11001111 | 1010 | 0 | 1001 | 1011 | 1111101 | 11100 | 1010101 |
Color Harmonies of #CDE3CF
Complementary color
Monochromatic Colors of #CDE3CF
Black with #CDE3CF
Text Example
Text Example
White with #CDE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3CF; }
p { color: rgb(205,227,207); }
H1.HeaderClassName
{
color: #CDE3CF;
}
.AnyTagClassName
{
color: #CDE3CF;
}
</style>
background-color css
<style>
a { background-color: #CDE3CF; }
a { background-color: rgb(205,227,207); }
div.DivClassName
{
background-color: #CDE3CF;
}
.BgClassName
{
background-color: #CDE3CF;
}
</style>
border-color css
<style>
span { border-color: #CDE3CF; }
span { border-color: rgb(205,227,207); }
td.TdClassName
{
border-color: #CDE3CF;
}
.TagClassName
{
border-color: #CDE3CF;
}
</style>