Shades of Coral Candy #ECCAC7
Tints of Coral Candy #ECCAC7
RGB
CMYK
RGB Variations
Color information
#ECCAC7 (or 0xECCAC7) is known color: Coral Candy. HEX triplet: EC, CA and C7. RGB value is (236,202,199). Sum of RGB (Red+Green+Blue) = 236+202+199=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC7 is #133538. Grayscale: #D3D3D3. Windows color (decimal): -1258809 or 13093612. OLE color: 13093612.
HSL color Cylindrical-coordinate representation of color #ECCAC7: hue angle of 4.86º 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 #ECCAC7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 199 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.07 |
| HSL | 4.86º | 0.49% | 0.85% | - |
| HSV(B) | 4.86º | 0.16% | 0.93% | - |
| XYZ | 66.02 | 64.2 | 62.94 | - |
| YUV | 211.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 199 | 0 | 0.14 | 0.16 | 0.07 | 4.86 | 0.49 | 0.85 |
| Hex | EC | CA | C7 | 0 | E | 10 | 7 | 5 | 31 | 55 |
| Octal | 354 | 312 | 307 | 0 | 16 | 20 | 7 | 5 | 61 | 125 |
| Binary | 11101100 | 11001010 | 11000111 | 0 | 1110 | 10000 | 111 | 101 | 110001 | 1010101 |
Color Harmonies of #ECCAC7
Complementary color
Monochromatic Colors of #ECCAC7
Black with #ECCAC7
Text Example
Text Example
White with #ECCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAC7; }
p { color: rgb(236,202,199); }
H1.HeaderClassName
{
color: #ECCAC7;
}
.AnyTagClassName
{
color: #ECCAC7;
}
</style>
background-color css
<style>
a { background-color: #ECCAC7; }
a { background-color: rgb(236,202,199); }
div.DivClassName
{
background-color: #ECCAC7;
}
.BgClassName
{
background-color: #ECCAC7;
}
</style>
border-color css
<style>
span { border-color: #ECCAC7; }
span { border-color: rgb(236,202,199); }
td.TdClassName
{
border-color: #ECCAC7;
}
.TagClassName
{
border-color: #ECCAC7;
}
</style>