Shades of Coral Candy #ECCEC6
Tints of Coral Candy #ECCEC6
RGB
CMYK
RGB Variations
Color information
#ECCEC6 (or 0xECCEC6) is known color: Coral Candy. HEX triplet: EC, CE and C6. RGB value is (236,206,198). Sum of RGB (Red+Green+Blue) = 236+206+198=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEC6 is #133139. Grayscale: #D6D6D6. Windows color (decimal): -1257786 or 13029100. OLE color: 13029100.
HSL color Cylindrical-coordinate representation of color #ECCEC6: hue angle of 12.63º degrees, saturation: 0.5, 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 #ECCEC6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 206 | 198 | - |
CMYK | 0 | 0.13 | 0.16 | 0.07 |
HSL | 12.63º | 0.5% | 0.85% | - |
HSV(B) | 12.63º | 0.16% | 0.93% | - |
XYZ | 66.86 | 66.05 | 62.65 | - |
YUV | 214.06 | 118.94 | 143.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 198 | 0 | 0.13 | 0.16 | 0.07 | 12.63 | 0.5 | 0.85 |
Hex | EC | CE | C6 | 0 | D | 10 | 7 | D | 32 | 55 |
Octal | 354 | 316 | 306 | 0 | 15 | 20 | 7 | 15 | 62 | 125 |
Binary | 11101100 | 11001110 | 11000110 | 0 | 1101 | 10000 | 111 | 1101 | 110010 | 1010101 |
Color Harmonies of #ECCEC6
Complementary color
Monochromatic Colors of #ECCEC6
Black with #ECCEC6
Text Example
Text Example
White with #ECCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEC6; }
p { color: rgb(236,206,198); }
H1.HeaderClassName
{
color: #ECCEC6;
}
.AnyTagClassName
{
color: #ECCEC6;
}
</style>
background-color css
<style>
a { background-color: #ECCEC6; }
a { background-color: rgb(236,206,198); }
div.DivClassName
{
background-color: #ECCEC6;
}
.BgClassName
{
background-color: #ECCEC6;
}
</style>
border-color css
<style>
span { border-color: #ECCEC6; }
span { border-color: rgb(236,206,198); }
td.TdClassName
{
border-color: #ECCEC6;
}
.TagClassName
{
border-color: #ECCEC6;
}
</style>