Shades of Coral Candy #ECCCC5
Tints of Coral Candy #ECCCC5
RGB
CMYK
RGB Variations
Color information
#ECCCC5 (or 0xECCCC5) is known color: Coral Candy. HEX triplet: EC, CC and C5. RGB value is (236,204,197). Sum of RGB (Red+Green+Blue) = 236+204+197=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC5 is #13333A. Grayscale: #D4D4D4. Windows color (decimal): -1258299 or 12963052. OLE color: 12963052.
HSL color Cylindrical-coordinate representation of color #ECCCC5: hue angle of 10.77º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCCC5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 197 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.07 |
| HSL | 10.77º | 0.51% | 0.85% | - |
| HSV(B) | 10.77º | 0.17% | 0.93% | - |
| XYZ | 66.26 | 65.05 | 61.89 | - |
| YUV | 212.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 197 | 0 | 0.14 | 0.17 | 0.07 | 10.77 | 0.51 | 0.85 |
| Hex | EC | CC | C5 | 0 | E | 11 | 7 | B | 33 | 55 |
| Octal | 354 | 314 | 305 | 0 | 16 | 21 | 7 | 13 | 63 | 125 |
| Binary | 11101100 | 11001100 | 11000101 | 0 | 1110 | 10001 | 111 | 1011 | 110011 | 1010101 |
Color Harmonies of #ECCCC5
Complementary color
Monochromatic Colors of #ECCCC5
Black with #ECCCC5
Text Example
Text Example
White with #ECCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCC5; }
p { color: rgb(236,204,197); }
H1.HeaderClassName
{
color: #ECCCC5;
}
.AnyTagClassName
{
color: #ECCCC5;
}
</style>
background-color css
<style>
a { background-color: #ECCCC5; }
a { background-color: rgb(236,204,197); }
div.DivClassName
{
background-color: #ECCCC5;
}
.BgClassName
{
background-color: #ECCCC5;
}
</style>
border-color css
<style>
span { border-color: #ECCCC5; }
span { border-color: rgb(236,204,197); }
td.TdClassName
{
border-color: #ECCCC5;
}
.TagClassName
{
border-color: #ECCCC5;
}
</style>