Shades of Coral Candy #EDD1CA
Tints of Coral Candy #EDD1CA
RGB
CMYK
RGB Variations
Color information
#EDD1CA (or 0xEDD1CA) is known color: Coral Candy. HEX triplet: ED, D1 and CA. RGB value is (237,209,202). Sum of RGB (Red+Green+Blue) = 237+209+202=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1CA is #122E35. Grayscale: #D8D8D8. Windows color (decimal): -1191478 or 13292013. OLE color: 13292013.
HSL color Cylindrical-coordinate representation of color #EDD1CA: hue angle of 12º degrees, saturation: 0.49, 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 #EDD1CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 202 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.07 |
| HSL | 12º | 0.49% | 0.86% | - |
| HSV(B) | 12º | 0.15% | 0.93% | - |
| XYZ | 68.39 | 67.87 | 65.37 | - |
| YUV | 216.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 202 | 0 | 0.12 | 0.15 | 0.07 | 12 | 0.49 | 0.86 |
| Hex | ED | D1 | CA | 0 | C | F | 7 | C | 31 | 56 |
| Octal | 355 | 321 | 312 | 0 | 14 | 17 | 7 | 14 | 61 | 126 |
| Binary | 11101101 | 11010001 | 11001010 | 0 | 1100 | 1111 | 111 | 1100 | 110001 | 1010110 |
Color Harmonies of #EDD1CA
Complementary color
Monochromatic Colors of #EDD1CA
Black with #EDD1CA
Text Example
Text Example
White with #EDD1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1CA; }
p { color: rgb(237,209,202); }
H1.HeaderClassName
{
color: #EDD1CA;
}
.AnyTagClassName
{
color: #EDD1CA;
}
</style>
background-color css
<style>
a { background-color: #EDD1CA; }
a { background-color: rgb(237,209,202); }
div.DivClassName
{
background-color: #EDD1CA;
}
.BgClassName
{
background-color: #EDD1CA;
}
</style>
border-color css
<style>
span { border-color: #EDD1CA; }
span { border-color: rgb(237,209,202); }
td.TdClassName
{
border-color: #EDD1CA;
}
.TagClassName
{
border-color: #EDD1CA;
}
</style>