Shades of Coral Candy #EECFC8
Tints of Coral Candy #EECFC8
RGB
CMYK
RGB Variations
Color information
#EECFC8 (or 0xEECFC8) is known color: Coral Candy. HEX triplet: EE, CF and C8. RGB value is (238,207,200). Sum of RGB (Red+Green+Blue) = 238+207+200=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFC8 is #113037. Grayscale: #D7D7D7. Windows color (decimal): -1126456 or 13160430. OLE color: 13160430.
HSL color Cylindrical-coordinate representation of color #EECFC8: hue angle of 11.05º 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 #EECFC8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 200 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.07 |
| HSL | 11.05º | 0.53% | 0.86% | - |
| HSV(B) | 11.05º | 0.16% | 0.93% | - |
| XYZ | 68 | 66.97 | 63.99 | - |
| YUV | 215.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 200 | 0 | 0.13 | 0.16 | 0.07 | 11.05 | 0.53 | 0.86 |
| Hex | EE | CF | C8 | 0 | D | 10 | 7 | B | 35 | 56 |
| Octal | 356 | 317 | 310 | 0 | 15 | 20 | 7 | 13 | 65 | 126 |
| Binary | 11101110 | 11001111 | 11001000 | 0 | 1101 | 10000 | 111 | 1011 | 110101 | 1010110 |
Color Harmonies of #EECFC8
Complementary color
Monochromatic Colors of #EECFC8
Black with #EECFC8
Text Example
Text Example
White with #EECFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFC8; }
p { color: rgb(238,207,200); }
H1.HeaderClassName
{
color: #EECFC8;
}
.AnyTagClassName
{
color: #EECFC8;
}
</style>
background-color css
<style>
a { background-color: #EECFC8; }
a { background-color: rgb(238,207,200); }
div.DivClassName
{
background-color: #EECFC8;
}
.BgClassName
{
background-color: #EECFC8;
}
</style>
border-color css
<style>
span { border-color: #EECFC8; }
span { border-color: rgb(238,207,200); }
td.TdClassName
{
border-color: #EECFC8;
}
.TagClassName
{
border-color: #EECFC8;
}
</style>