Shades of Coral Candy #EDD0C8
Tints of Coral Candy #EDD0C8
RGB
CMYK
RGB Variations
Color information
#EDD0C8 (or 0xEDD0C8) is known color: Coral Candy. HEX triplet: ED, D0 and C8. RGB value is (237,208,200). Sum of RGB (Red+Green+Blue) = 237+208+200=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0C8 is #122F37. Grayscale: #D7D7D7. Windows color (decimal): -1191736 or 13160685. OLE color: 13160685.
HSL color Cylindrical-coordinate representation of color #EDD0C8: hue angle of 12.97º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD0C8 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 200 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.07 |
| HSL | 12.97º | 0.51% | 0.86% | - |
| HSV(B) | 12.97º | 0.16% | 0.93% | - |
| XYZ | 67.91 | 67.29 | 64.05 | - |
| YUV | 215.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 200 | 0 | 0.12 | 0.16 | 0.07 | 12.97 | 0.51 | 0.86 |
| Hex | ED | D0 | C8 | 0 | C | 10 | 7 | D | 33 | 56 |
| Octal | 355 | 320 | 310 | 0 | 14 | 20 | 7 | 15 | 63 | 126 |
| Binary | 11101101 | 11010000 | 11001000 | 0 | 1100 | 10000 | 111 | 1101 | 110011 | 1010110 |
Color Harmonies of #EDD0C8
Complementary color
Monochromatic Colors of #EDD0C8
Black with #EDD0C8
Text Example
Text Example
White with #EDD0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0C8; }
p { color: rgb(237,208,200); }
H1.HeaderClassName
{
color: #EDD0C8;
}
.AnyTagClassName
{
color: #EDD0C8;
}
</style>
background-color css
<style>
a { background-color: #EDD0C8; }
a { background-color: rgb(237,208,200); }
div.DivClassName
{
background-color: #EDD0C8;
}
.BgClassName
{
background-color: #EDD0C8;
}
</style>
border-color css
<style>
span { border-color: #EDD0C8; }
span { border-color: rgb(237,208,200); }
td.TdClassName
{
border-color: #EDD0C8;
}
.TagClassName
{
border-color: #EDD0C8;
}
</style>