Shades of Granny Apple #CDF0CE
Tints of Granny Apple #CDF0CE
RGB
CMYK
RGB Variations
Color information
#CDF0CE (or 0xCDF0CE) is known color: Granny Apple. HEX triplet: CD, F0 and CE. RGB value is (205,240,206). Sum of RGB (Red+Green+Blue) = 205+240+206=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0CE is #320F31. Grayscale: #E1E1E1. Windows color (decimal): -3280690 or 13562061. OLE color: 13562061.
HSL color Cylindrical-coordinate representation of color #CDF0CE: hue angle of 121.71º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF0CE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 206 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.06 |
| HSL | 121.71º | 0.54% | 0.87% | - |
| HSV(B) | 121.71º | 0.15% | 0.94% | - |
| XYZ | 67.48 | 79.76 | 70.23 | - |
| YUV | 225.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 206 | 0.15 | 0 | 0.14 | 0.06 | 121.71 | 0.54 | 0.87 |
| Hex | CD | F0 | CE | F | 0 | E | 6 | 7A | 36 | 57 |
| Octal | 315 | 360 | 316 | 17 | 0 | 16 | 6 | 172 | 66 | 127 |
| Binary | 11001101 | 11110000 | 11001110 | 1111 | 0 | 1110 | 110 | 1111010 | 110110 | 1010111 |
Color Harmonies of #CDF0CE
Complementary color
Monochromatic Colors of #CDF0CE
Black with #CDF0CE
Text Example
Text Example
White with #CDF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0CE; }
p { color: rgb(205,240,206); }
H1.HeaderClassName
{
color: #CDF0CE;
}
.AnyTagClassName
{
color: #CDF0CE;
}
</style>
background-color css
<style>
a { background-color: #CDF0CE; }
a { background-color: rgb(205,240,206); }
div.DivClassName
{
background-color: #CDF0CE;
}
.BgClassName
{
background-color: #CDF0CE;
}
</style>
border-color css
<style>
span { border-color: #CDF0CE; }
span { border-color: rgb(205,240,206); }
td.TdClassName
{
border-color: #CDF0CE;
}
.TagClassName
{
border-color: #CDF0CE;
}
</style>