Shades of Coral Candy #ECCDC9
Tints of Coral Candy #ECCDC9
RGB
CMYK
RGB Variations
Color information
#ECCDC9 (or 0xECCDC9) is known color: Coral Candy. HEX triplet: EC, CD and C9. RGB value is (236,205,201). Sum of RGB (Red+Green+Blue) = 236+205+201=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDC9 is #133236. Grayscale: #D5D5D5. Windows color (decimal): -1258039 or 13225452. OLE color: 13225452.
HSL color Cylindrical-coordinate representation of color #ECCDC9: hue angle of 6.86º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCDC9 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 201 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.07 |
| HSL | 6.86º | 0.48% | 0.86% | - |
| HSV(B) | 6.86º | 0.15% | 0.93% | - |
| XYZ | 66.97 | 65.71 | 64.41 | - |
| YUV | 213.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 201 | 0 | 0.13 | 0.15 | 0.07 | 6.86 | 0.48 | 0.86 |
| Hex | EC | CD | C9 | 0 | D | F | 7 | 7 | 30 | 56 |
| Octal | 354 | 315 | 311 | 0 | 15 | 17 | 7 | 7 | 60 | 126 |
| Binary | 11101100 | 11001101 | 11001001 | 0 | 1101 | 1111 | 111 | 111 | 110000 | 1010110 |
Color Harmonies of #ECCDC9
Complementary color
Monochromatic Colors of #ECCDC9
Black with #ECCDC9
Text Example
Text Example
White with #ECCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDC9; }
p { color: rgb(236,205,201); }
H1.HeaderClassName
{
color: #ECCDC9;
}
.AnyTagClassName
{
color: #ECCDC9;
}
</style>
background-color css
<style>
a { background-color: #ECCDC9; }
a { background-color: rgb(236,205,201); }
div.DivClassName
{
background-color: #ECCDC9;
}
.BgClassName
{
background-color: #ECCDC9;
}
</style>
border-color css
<style>
span { border-color: #ECCDC9; }
span { border-color: rgb(236,205,201); }
td.TdClassName
{
border-color: #ECCDC9;
}
.TagClassName
{
border-color: #ECCDC9;
}
</style>