Shades of Coral Candy #ECCAC5
Tints of Coral Candy #ECCAC5
RGB
CMYK
RGB Variations
Color information
#ECCAC5 (or 0xECCAC5) is known color: Coral Candy. HEX triplet: EC, CA and C5. RGB value is (236,202,197). Sum of RGB (Red+Green+Blue) = 236+202+197=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC5 is #13353A. Grayscale: #D3D3D3. Windows color (decimal): -1258811 or 12962540. OLE color: 12962540.
HSL color Cylindrical-coordinate representation of color #ECCAC5: hue angle of 7.69º 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 #ECCAC5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 197 | - |
CMYK | 0 | 0.14 | 0.17 | 0.07 |
HSL | 7.69º | 0.51% | 0.85% | - |
HSV(B) | 7.69º | 0.17% | 0.93% | - |
XYZ | 65.79 | 64.11 | 61.73 | - |
YUV | 211.6 | 119.76 | 145.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 197 | 0 | 0.14 | 0.17 | 0.07 | 7.69 | 0.51 | 0.85 |
Hex | EC | CA | C5 | 0 | E | 11 | 7 | 8 | 33 | 55 |
Octal | 354 | 312 | 305 | 0 | 16 | 21 | 7 | 10 | 63 | 125 |
Binary | 11101100 | 11001010 | 11000101 | 0 | 1110 | 10001 | 111 | 1000 | 110011 | 1010101 |
Color Harmonies of #ECCAC5
Complementary color
Monochromatic Colors of #ECCAC5
Black with #ECCAC5
Text Example
Text Example
White with #ECCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAC5; }
p { color: rgb(236,202,197); }
H1.HeaderClassName
{
color: #ECCAC5;
}
.AnyTagClassName
{
color: #ECCAC5;
}
</style>
background-color css
<style>
a { background-color: #ECCAC5; }
a { background-color: rgb(236,202,197); }
div.DivClassName
{
background-color: #ECCAC5;
}
.BgClassName
{
background-color: #ECCAC5;
}
</style>
border-color css
<style>
span { border-color: #ECCAC5; }
span { border-color: rgb(236,202,197); }
td.TdClassName
{
border-color: #ECCAC5;
}
.TagClassName
{
border-color: #ECCAC5;
}
</style>