Shades of Coral Candy #ECC8C3
Tints of Coral Candy #ECC8C3
RGB
CMYK
RGB Variations
Color information
#ECC8C3 (or 0xECC8C3) is known color: Coral Candy. HEX triplet: EC, C8 and C3. RGB value is (236,200,195). Sum of RGB (Red+Green+Blue) = 236+200+195=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8C3 is #13373C. Grayscale: #D2D2D2. Windows color (decimal): -1259325 or 12830956. OLE color: 12830956.
HSL color Cylindrical-coordinate representation of color #ECC8C3: hue angle of 7.32º degrees, saturation: 0.52, 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 #ECC8C3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 200 | 195 | - |
CMYK | 0 | 0.15 | 0.17 | 0.07 |
HSL | 7.32º | 0.52% | 0.85% | - |
HSV(B) | 7.32º | 0.17% | 0.93% | - |
XYZ | 65.1 | 63.08 | 60.37 | - |
YUV | 210.19 | 119.43 | 146.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 200 | 195 | 0 | 0.15 | 0.17 | 0.07 | 7.32 | 0.52 | 0.85 |
Hex | EC | C8 | C3 | 0 | F | 11 | 7 | 7 | 34 | 55 |
Octal | 354 | 310 | 303 | 0 | 17 | 21 | 7 | 7 | 64 | 125 |
Binary | 11101100 | 11001000 | 11000011 | 0 | 1111 | 10001 | 111 | 111 | 110100 | 1010101 |
Color Harmonies of #ECC8C3
Complementary color
Monochromatic Colors of #ECC8C3
Black with #ECC8C3
Text Example
Text Example
White with #ECC8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8C3; }
p { color: rgb(236,200,195); }
H1.HeaderClassName
{
color: #ECC8C3;
}
.AnyTagClassName
{
color: #ECC8C3;
}
</style>
background-color css
<style>
a { background-color: #ECC8C3; }
a { background-color: rgb(236,200,195); }
div.DivClassName
{
background-color: #ECC8C3;
}
.BgClassName
{
background-color: #ECC8C3;
}
</style>
border-color css
<style>
span { border-color: #ECC8C3; }
span { border-color: rgb(236,200,195); }
td.TdClassName
{
border-color: #ECC8C3;
}
.TagClassName
{
border-color: #ECC8C3;
}
</style>