Shades of Coral Candy #ECCFC7
Tints of Coral Candy #ECCFC7
RGB
CMYK
RGB Variations
Color information
#ECCFC7 (or 0xECCFC7) is known color: Coral Candy. HEX triplet: EC, CF and C7. RGB value is (236,207,199). Sum of RGB (Red+Green+Blue) = 236+207+199=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFC7 is #133038. Grayscale: #D6D6D6. Windows color (decimal): -1257529 or 13094892. OLE color: 13094892.
HSL color Cylindrical-coordinate representation of color #ECCFC7: hue angle of 12.97º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECCFC7 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 199 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.07 |
| HSL | 12.97º | 0.49% | 0.85% | - |
| HSV(B) | 12.97º | 0.16% | 0.93% | - |
| XYZ | 67.21 | 66.58 | 63.34 | - |
| YUV | 214.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 199 | 0 | 0.12 | 0.16 | 0.07 | 12.97 | 0.49 | 0.85 |
| Hex | EC | CF | C7 | 0 | C | 10 | 7 | D | 31 | 55 |
| Octal | 354 | 317 | 307 | 0 | 14 | 20 | 7 | 15 | 61 | 125 |
| Binary | 11101100 | 11001111 | 11000111 | 0 | 1100 | 10000 | 111 | 1101 | 110001 | 1010101 |
Color Harmonies of #ECCFC7
Complementary color
Monochromatic Colors of #ECCFC7
Black with #ECCFC7
Text Example
Text Example
White with #ECCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFC7; }
p { color: rgb(236,207,199); }
H1.HeaderClassName
{
color: #ECCFC7;
}
.AnyTagClassName
{
color: #ECCFC7;
}
</style>
background-color css
<style>
a { background-color: #ECCFC7; }
a { background-color: rgb(236,207,199); }
div.DivClassName
{
background-color: #ECCFC7;
}
.BgClassName
{
background-color: #ECCFC7;
}
</style>
border-color css
<style>
span { border-color: #ECCFC7; }
span { border-color: rgb(236,207,199); }
td.TdClassName
{
border-color: #ECCFC7;
}
.TagClassName
{
border-color: #ECCFC7;
}
</style>