Shades of Granny Apple #CDECD0
Tints of Granny Apple #CDECD0
RGB
CMYK
RGB Variations
Color information
#CDECD0 (or 0xCDECD0) is known color: Granny Apple. HEX triplet: CD, EC and D0. RGB value is (205,236,208). Sum of RGB (Red+Green+Blue) = 205+236+208=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD0 is #32132F. Grayscale: #DFDFDF. Windows color (decimal): -3281712 or 13692109. OLE color: 13692109.
HSL color Cylindrical-coordinate representation of color #CDECD0: hue angle of 125.81º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECD0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 208 | - |
CMYK | 0.13 | 0 | 0.12 | 0.07 |
HSL | 125.81º | 0.45% | 0.86% | - |
HSV(B) | 125.81º | 0.13% | 0.93% | - |
XYZ | 66.56 | 77.52 | 71.13 | - |
YUV | 223.54 | 119.23 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 208 | 0.13 | 0 | 0.12 | 0.07 | 125.81 | 0.45 | 0.86 |
Hex | CD | EC | D0 | D | 0 | C | 7 | 7E | 2D | 56 |
Octal | 315 | 354 | 320 | 15 | 0 | 14 | 7 | 176 | 55 | 126 |
Binary | 11001101 | 11101100 | 11010000 | 1101 | 0 | 1100 | 111 | 1111110 | 101101 | 1010110 |
Color Harmonies of #CDECD0
Complementary color
Monochromatic Colors of #CDECD0
Black with #CDECD0
Text Example
Text Example
White with #CDECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECD0; }
p { color: rgb(205,236,208); }
H1.HeaderClassName
{
color: #CDECD0;
}
.AnyTagClassName
{
color: #CDECD0;
}
</style>
background-color css
<style>
a { background-color: #CDECD0; }
a { background-color: rgb(205,236,208); }
div.DivClassName
{
background-color: #CDECD0;
}
.BgClassName
{
background-color: #CDECD0;
}
</style>
border-color css
<style>
span { border-color: #CDECD0; }
span { border-color: rgb(205,236,208); }
td.TdClassName
{
border-color: #CDECD0;
}
.TagClassName
{
border-color: #CDECD0;
}
</style>