Shades of Granny Apple #CEDCD1
Tints of Granny Apple #CEDCD1
RGB
CMYK
RGB Variations
Color information
#CEDCD1 (or 0xCEDCD1) is known color: Granny Apple. HEX triplet: CE, DC and D1. RGB value is (206,220,209). Sum of RGB (Red+Green+Blue) = 206+220+209=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCD1 is #31232E. Grayscale: #D6D6D6. Windows color (decimal): -3220271 or 13753550. OLE color: 13753550.
HSL color Cylindrical-coordinate representation of color #CEDCD1: hue angle of 132.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDCD1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 209 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.14 |
| HSL | 132.86º | 0.17% | 0.84% | - |
| HSV(B) | 132.86º | 0.06% | 0.86% | - |
| XYZ | 62.56 | 68.91 | 70.33 | - |
| YUV | 214.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 209 | 0.06 | 0 | 0.05 | 0.14 | 132.86 | 0.17 | 0.84 |
| Hex | CE | DC | D1 | 6 | 0 | 5 | E | 85 | 11 | 54 |
| Octal | 316 | 334 | 321 | 6 | 0 | 5 | 16 | 205 | 21 | 124 |
| Binary | 11001110 | 11011100 | 11010001 | 110 | 0 | 101 | 1110 | 10000101 | 10001 | 1010100 |
Color Harmonies of #CEDCD1
Complementary color
Monochromatic Colors of #CEDCD1
Black with #CEDCD1
Text Example
Text Example
White with #CEDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCD1; }
p { color: rgb(206,220,209); }
H1.HeaderClassName
{
color: #CEDCD1;
}
.AnyTagClassName
{
color: #CEDCD1;
}
</style>
background-color css
<style>
a { background-color: #CEDCD1; }
a { background-color: rgb(206,220,209); }
div.DivClassName
{
background-color: #CEDCD1;
}
.BgClassName
{
background-color: #CEDCD1;
}
</style>
border-color css
<style>
span { border-color: #CEDCD1; }
span { border-color: rgb(206,220,209); }
td.TdClassName
{
border-color: #CEDCD1;
}
.TagClassName
{
border-color: #CEDCD1;
}
</style>