Shades of Granny Apple #CDE5CF
Tints of Granny Apple #CDE5CF
RGB
CMYK
RGB Variations
Color information
#CDE5CF (or 0xCDE5CF) is known color: Granny Apple. HEX triplet: CD, E5 and CF. RGB value is (205,229,207). Sum of RGB (Red+Green+Blue) = 205+229+207=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5CF is #321A30. Grayscale: #DBDBDB. Windows color (decimal): -3283505 or 13624781. OLE color: 13624781.
HSL color Cylindrical-coordinate representation of color #CDE5CF: hue angle of 125º 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 #CDE5CF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 207 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.10 |
| HSL | 125º | 0.32% | 0.85% | - |
| HSV(B) | 125º | 0.1% | 0.9% | - |
| XYZ | 64.46 | 73.52 | 69.83 | - |
| YUV | 219.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 207 | 0.10 | 0 | 0.10 | 0.10 | 125 | 0.32 | 0.85 |
| Hex | CD | E5 | CF | A | 0 | A | A | 7D | 20 | 55 |
| Octal | 315 | 345 | 317 | 12 | 0 | 12 | 12 | 175 | 40 | 125 |
| Binary | 11001101 | 11100101 | 11001111 | 1010 | 0 | 1010 | 1010 | 1111101 | 100000 | 1010101 |
Color Harmonies of #CDE5CF
Complementary color
Monochromatic Colors of #CDE5CF
Black with #CDE5CF
Text Example
Text Example
White with #CDE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5CF; }
p { color: rgb(205,229,207); }
H1.HeaderClassName
{
color: #CDE5CF;
}
.AnyTagClassName
{
color: #CDE5CF;
}
</style>
background-color css
<style>
a { background-color: #CDE5CF; }
a { background-color: rgb(205,229,207); }
div.DivClassName
{
background-color: #CDE5CF;
}
.BgClassName
{
background-color: #CDE5CF;
}
</style>
border-color css
<style>
span { border-color: #CDE5CF; }
span { border-color: rgb(205,229,207); }
td.TdClassName
{
border-color: #CDE5CF;
}
.TagClassName
{
border-color: #CDE5CF;
}
</style>