Shades of Granny Apple #CDEDCE
Tints of Granny Apple #CDEDCE
RGB
CMYK
RGB Variations
Color information
#CDEDCE (or 0xCDEDCE) is known color: Granny Apple. HEX triplet: CD, ED and CE. RGB value is (205,237,206). Sum of RGB (Red+Green+Blue) = 205+237+206=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDCE is #321231. Grayscale: #DFDFDF. Windows color (decimal): -3281458 or 13561293. OLE color: 13561293.
HSL color Cylindrical-coordinate representation of color #CDEDCE: hue angle of 121.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDCE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 206 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.07 |
| HSL | 121.88º | 0.47% | 0.87% | - |
| HSV(B) | 121.88º | 0.14% | 0.93% | - |
| XYZ | 66.6 | 78 | 69.94 | - |
| YUV | 223.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 206 | 0.14 | 0 | 0.13 | 0.07 | 121.88 | 0.47 | 0.87 |
| Hex | CD | ED | CE | E | 0 | D | 7 | 7A | 2F | 57 |
| Octal | 315 | 355 | 316 | 16 | 0 | 15 | 7 | 172 | 57 | 127 |
| Binary | 11001101 | 11101101 | 11001110 | 1110 | 0 | 1101 | 111 | 1111010 | 101111 | 1010111 |
Color Harmonies of #CDEDCE
Complementary color
Monochromatic Colors of #CDEDCE
Black with #CDEDCE
Text Example
Text Example
White with #CDEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDCE; }
p { color: rgb(205,237,206); }
H1.HeaderClassName
{
color: #CDEDCE;
}
.AnyTagClassName
{
color: #CDEDCE;
}
</style>
background-color css
<style>
a { background-color: #CDEDCE; }
a { background-color: rgb(205,237,206); }
div.DivClassName
{
background-color: #CDEDCE;
}
.BgClassName
{
background-color: #CDEDCE;
}
</style>
border-color css
<style>
span { border-color: #CDEDCE; }
span { border-color: rgb(205,237,206); }
td.TdClassName
{
border-color: #CDEDCE;
}
.TagClassName
{
border-color: #CDEDCE;
}
</style>