Shades of Coral Candy #EDD1C9
Tints of Coral Candy #EDD1C9
RGB
CMYK
RGB Variations
Color information
#EDD1C9 (or 0xEDD1C9) is known color: Coral Candy. HEX triplet: ED, D1 and C9. RGB value is (237,209,201). Sum of RGB (Red+Green+Blue) = 237+209+201=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1C9 is #122E36. Grayscale: #D8D8D8. Windows color (decimal): -1191479 or 13226477. OLE color: 13226477.
HSL color Cylindrical-coordinate representation of color #EDD1C9: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD1C9 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 201 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.07 |
| HSL | 13.33º | 0.5% | 0.86% | - |
| HSV(B) | 13.33º | 0.15% | 0.93% | - |
| XYZ | 68.27 | 67.82 | 64.75 | - |
| YUV | 216.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 201 | 0 | 0.12 | 0.15 | 0.07 | 13.33 | 0.5 | 0.86 |
| Hex | ED | D1 | C9 | 0 | C | F | 7 | D | 32 | 56 |
| Octal | 355 | 321 | 311 | 0 | 14 | 17 | 7 | 15 | 62 | 126 |
| Binary | 11101101 | 11010001 | 11001001 | 0 | 1100 | 1111 | 111 | 1101 | 110010 | 1010110 |
Color Harmonies of #EDD1C9
Complementary color
Monochromatic Colors of #EDD1C9
Black with #EDD1C9
Text Example
Text Example
White with #EDD1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1C9; }
p { color: rgb(237,209,201); }
H1.HeaderClassName
{
color: #EDD1C9;
}
.AnyTagClassName
{
color: #EDD1C9;
}
</style>
background-color css
<style>
a { background-color: #EDD1C9; }
a { background-color: rgb(237,209,201); }
div.DivClassName
{
background-color: #EDD1C9;
}
.BgClassName
{
background-color: #EDD1C9;
}
</style>
border-color css
<style>
span { border-color: #EDD1C9; }
span { border-color: rgb(237,209,201); }
td.TdClassName
{
border-color: #EDD1C9;
}
.TagClassName
{
border-color: #EDD1C9;
}
</style>