Shades of Coral Candy #EDCEC8
Tints of Coral Candy #EDCEC8
RGB
CMYK
RGB Variations
Color information
#EDCEC8 (or 0xEDCEC8) is known color: Coral Candy. HEX triplet: ED, CE and C8. RGB value is (237,206,200). Sum of RGB (Red+Green+Blue) = 237+206+200=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC8 is #123137. Grayscale: #D6D6D6. Windows color (decimal): -1192248 or 13160173. OLE color: 13160173.
HSL color Cylindrical-coordinate representation of color #EDCEC8: hue angle of 9.73º 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 #EDCEC8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 200 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.07 |
| HSL | 9.73º | 0.51% | 0.86% | - |
| HSV(B) | 9.73º | 0.16% | 0.93% | - |
| XYZ | 67.42 | 66.32 | 63.89 | - |
| YUV | 214.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 200 | 0 | 0.13 | 0.16 | 0.07 | 9.73 | 0.51 | 0.86 |
| Hex | ED | CE | C8 | 0 | D | 10 | 7 | A | 33 | 56 |
| Octal | 355 | 316 | 310 | 0 | 15 | 20 | 7 | 12 | 63 | 126 |
| Binary | 11101101 | 11001110 | 11001000 | 0 | 1101 | 10000 | 111 | 1010 | 110011 | 1010110 |
Color Harmonies of #EDCEC8
Complementary color
Monochromatic Colors of #EDCEC8
Black with #EDCEC8
Text Example
Text Example
White with #EDCEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEC8; }
p { color: rgb(237,206,200); }
H1.HeaderClassName
{
color: #EDCEC8;
}
.AnyTagClassName
{
color: #EDCEC8;
}
</style>
background-color css
<style>
a { background-color: #EDCEC8; }
a { background-color: rgb(237,206,200); }
div.DivClassName
{
background-color: #EDCEC8;
}
.BgClassName
{
background-color: #EDCEC8;
}
</style>
border-color css
<style>
span { border-color: #EDCEC8; }
span { border-color: rgb(237,206,200); }
td.TdClassName
{
border-color: #EDCEC8;
}
.TagClassName
{
border-color: #EDCEC8;
}
</style>