Shades of Coral Candy #EDD0CB
Tints of Coral Candy #EDD0CB
RGB
CMYK
RGB Variations
Color information
#EDD0CB (or 0xEDD0CB) is known color: Coral Candy. HEX triplet: ED, D0 and CB. RGB value is (237,208,203). Sum of RGB (Red+Green+Blue) = 237+208+203=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CB is #122F34. Grayscale: #D8D8D8. Windows color (decimal): -1191733 or 13357293. OLE color: 13357293.
HSL color Cylindrical-coordinate representation of color #EDD0CB: hue angle of 8.82º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD0CB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 203 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.07 |
| HSL | 8.82º | 0.49% | 0.86% | - |
| HSV(B) | 8.82º | 0.14% | 0.93% | - |
| XYZ | 68.26 | 67.43 | 65.92 | - |
| YUV | 216.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 203 | 0 | 0.12 | 0.14 | 0.07 | 8.82 | 0.49 | 0.86 |
| Hex | ED | D0 | CB | 0 | C | E | 7 | 9 | 31 | 56 |
| Octal | 355 | 320 | 313 | 0 | 14 | 16 | 7 | 11 | 61 | 126 |
| Binary | 11101101 | 11010000 | 11001011 | 0 | 1100 | 1110 | 111 | 1001 | 110001 | 1010110 |
Color Harmonies of #EDD0CB
Complementary color
Monochromatic Colors of #EDD0CB
Black with #EDD0CB
Text Example
Text Example
White with #EDD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0CB; }
p { color: rgb(237,208,203); }
H1.HeaderClassName
{
color: #EDD0CB;
}
.AnyTagClassName
{
color: #EDD0CB;
}
</style>
background-color css
<style>
a { background-color: #EDD0CB; }
a { background-color: rgb(237,208,203); }
div.DivClassName
{
background-color: #EDD0CB;
}
.BgClassName
{
background-color: #EDD0CB;
}
</style>
border-color css
<style>
span { border-color: #EDD0CB; }
span { border-color: rgb(237,208,203); }
td.TdClassName
{
border-color: #EDD0CB;
}
.TagClassName
{
border-color: #EDD0CB;
}
</style>