Shades of Coral Candy #ECCAC6
Tints of Coral Candy #ECCAC6
RGB
CMYK
RGB Variations
Color information
#ECCAC6 (or 0xECCAC6) is known color: Coral Candy. HEX triplet: EC, CA and C6. RGB value is (236,202,198). Sum of RGB (Red+Green+Blue) = 236+202+198=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC6 is #133539. Grayscale: #D3D3D3. Windows color (decimal): -1258810 or 13028076. OLE color: 13028076.
HSL color Cylindrical-coordinate representation of color #ECCAC6: hue angle of 6.32º 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 #ECCAC6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 202 | 198 | - |
CMYK | 0 | 0.14 | 0.16 | 0.07 |
HSL | 6.32º | 0.5% | 0.85% | - |
HSV(B) | 6.32º | 0.16% | 0.93% | - |
XYZ | 65.91 | 64.15 | 62.33 | - |
YUV | 211.71 | 120.26 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 202 | 198 | 0 | 0.14 | 0.16 | 0.07 | 6.32 | 0.5 | 0.85 |
Hex | EC | CA | C6 | 0 | E | 10 | 7 | 6 | 32 | 55 |
Octal | 354 | 312 | 306 | 0 | 16 | 20 | 7 | 6 | 62 | 125 |
Binary | 11101100 | 11001010 | 11000110 | 0 | 1110 | 10000 | 111 | 110 | 110010 | 1010101 |
Color Harmonies of #ECCAC6
Complementary color
Monochromatic Colors of #ECCAC6
Black with #ECCAC6
Text Example
Text Example
White with #ECCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAC6; }
p { color: rgb(236,202,198); }
H1.HeaderClassName
{
color: #ECCAC6;
}
.AnyTagClassName
{
color: #ECCAC6;
}
</style>
background-color css
<style>
a { background-color: #ECCAC6; }
a { background-color: rgb(236,202,198); }
div.DivClassName
{
background-color: #ECCAC6;
}
.BgClassName
{
background-color: #ECCAC6;
}
</style>
border-color css
<style>
span { border-color: #ECCAC6; }
span { border-color: rgb(236,202,198); }
td.TdClassName
{
border-color: #ECCAC6;
}
.TagClassName
{
border-color: #ECCAC6;
}
</style>