Shades of Coral Candy #ECCFC8
Tints of Coral Candy #ECCFC8
RGB
CMYK
RGB Variations
Color information
#ECCFC8 (or 0xECCFC8) is known color: Coral Candy. HEX triplet: EC, CF and C8. RGB value is (236,207,200). Sum of RGB (Red+Green+Blue) = 236+207+200=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFC8 is #133037. Grayscale: #D6D6D6. Windows color (decimal): -1257528 or 13160428. OLE color: 13160428.
HSL color Cylindrical-coordinate representation of color #ECCFC8: hue angle of 11.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCFC8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 200 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.07 |
| HSL | 11.67º | 0.49% | 0.85% | - |
| HSV(B) | 11.67º | 0.15% | 0.93% | - |
| XYZ | 67.33 | 66.63 | 63.96 | - |
| YUV | 214.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 200 | 0 | 0.12 | 0.15 | 0.07 | 11.67 | 0.49 | 0.85 |
| Hex | EC | CF | C8 | 0 | C | F | 7 | C | 31 | 55 |
| Octal | 354 | 317 | 310 | 0 | 14 | 17 | 7 | 14 | 61 | 125 |
| Binary | 11101100 | 11001111 | 11001000 | 0 | 1100 | 1111 | 111 | 1100 | 110001 | 1010101 |
Color Harmonies of #ECCFC8
Complementary color
Monochromatic Colors of #ECCFC8
Black with #ECCFC8
Text Example
Text Example
White with #ECCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFC8; }
p { color: rgb(236,207,200); }
H1.HeaderClassName
{
color: #ECCFC8;
}
.AnyTagClassName
{
color: #ECCFC8;
}
</style>
background-color css
<style>
a { background-color: #ECCFC8; }
a { background-color: rgb(236,207,200); }
div.DivClassName
{
background-color: #ECCFC8;
}
.BgClassName
{
background-color: #ECCFC8;
}
</style>
border-color css
<style>
span { border-color: #ECCFC8; }
span { border-color: rgb(236,207,200); }
td.TdClassName
{
border-color: #ECCFC8;
}
.TagClassName
{
border-color: #ECCFC8;
}
</style>