Shades of Coral Candy #ECCDC6
Tints of Coral Candy #ECCDC6
RGB
CMYK
RGB Variations
Color information
#ECCDC6 (or 0xECCDC6) is known color: Coral Candy. HEX triplet: EC, CD and C6. RGB value is (236,205,198). Sum of RGB (Red+Green+Blue) = 236+205+198=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC6 is #133239. Grayscale: #D5D5D5. Windows color (decimal): -1258042 or 13028844. OLE color: 13028844.
HSL color Cylindrical-coordinate representation of color #ECCDC6: hue angle of 11.05º 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 #ECCDC6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 198 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.07 |
| HSL | 11.05º | 0.5% | 0.85% | - |
| HSV(B) | 11.05º | 0.16% | 0.93% | - |
| XYZ | 66.62 | 65.57 | 62.57 | - |
| YUV | 213.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 198 | 0 | 0.13 | 0.16 | 0.07 | 11.05 | 0.5 | 0.85 |
| Hex | EC | CD | C6 | 0 | D | 10 | 7 | B | 32 | 55 |
| Octal | 354 | 315 | 306 | 0 | 15 | 20 | 7 | 13 | 62 | 125 |
| Binary | 11101100 | 11001101 | 11000110 | 0 | 1101 | 10000 | 111 | 1011 | 110010 | 1010101 |
Color Harmonies of #ECCDC6
Complementary color
Monochromatic Colors of #ECCDC6
Black with #ECCDC6
Text Example
Text Example
White with #ECCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC6; }
p { color: rgb(236,205,198); }
H1.HeaderClassName
{
color: #ECCDC6;
}
.AnyTagClassName
{
color: #ECCDC6;
}
</style>
background-color css
<style>
a { background-color: #ECCDC6; }
a { background-color: rgb(236,205,198); }
div.DivClassName
{
background-color: #ECCDC6;
}
.BgClassName
{
background-color: #ECCDC6;
}
</style>
border-color css
<style>
span { border-color: #ECCDC6; }
span { border-color: rgb(236,205,198); }
td.TdClassName
{
border-color: #ECCDC6;
}
.TagClassName
{
border-color: #ECCDC6;
}
</style>