Shades of Coral Candy #EECDC8
Tints of Coral Candy #EECDC8
RGB
CMYK
RGB Variations
Color information
#EECDC8 (or 0xEECDC8) is known color: Coral Candy. HEX triplet: EE, CD and C8. RGB value is (238,205,200). Sum of RGB (Red+Green+Blue) = 238+205+200=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC8 is #113237. Grayscale: #D6D6D6. Windows color (decimal): -1126968 or 13159918. OLE color: 13159918.
HSL color Cylindrical-coordinate representation of color #EECDC8: hue angle of 7.89º degrees, saturation: 0.53, 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 #EECDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 200 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.07 |
| HSL | 7.89º | 0.53% | 0.86% | - |
| HSV(B) | 7.89º | 0.16% | 0.93% | - |
| XYZ | 67.52 | 66.01 | 63.83 | - |
| YUV | 214.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 200 | 0 | 0.14 | 0.16 | 0.07 | 7.89 | 0.53 | 0.86 |
| Hex | EE | CD | C8 | 0 | E | 10 | 7 | 8 | 35 | 56 |
| Octal | 356 | 315 | 310 | 0 | 16 | 20 | 7 | 10 | 65 | 126 |
| Binary | 11101110 | 11001101 | 11001000 | 0 | 1110 | 10000 | 111 | 1000 | 110101 | 1010110 |
Color Harmonies of #EECDC8
Complementary color
Monochromatic Colors of #EECDC8
Black with #EECDC8
Text Example
Text Example
White with #EECDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC8; }
p { color: rgb(238,205,200); }
H1.HeaderClassName
{
color: #EECDC8;
}
.AnyTagClassName
{
color: #EECDC8;
}
</style>
background-color css
<style>
a { background-color: #EECDC8; }
a { background-color: rgb(238,205,200); }
div.DivClassName
{
background-color: #EECDC8;
}
.BgClassName
{
background-color: #EECDC8;
}
</style>
border-color css
<style>
span { border-color: #EECDC8; }
span { border-color: rgb(238,205,200); }
td.TdClassName
{
border-color: #EECDC8;
}
.TagClassName
{
border-color: #EECDC8;
}
</style>