Shades of Coral Candy #ECD2CD
Tints of Coral Candy #ECD2CD
RGB
CMYK
RGB Variations
Color information
#ECD2CD (or 0xECD2CD) is known color: Coral Candy. HEX triplet: EC, D2 and CD. RGB value is (236,210,205). Sum of RGB (Red+Green+Blue) = 236+210+205=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2CD is #132D32. Grayscale: #D9D9D9. Windows color (decimal): -1256755 or 13488876. OLE color: 13488876.
HSL color Cylindrical-coordinate representation of color #ECD2CD: hue angle of 9.68º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD2CD is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 205 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.07 |
| HSL | 9.68º | 0.45% | 0.86% | - |
| HSV(B) | 9.68º | 0.13% | 0.93% | - |
| XYZ | 68.66 | 68.33 | 67.33 | - |
| YUV | 217.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 205 | 0 | 0.11 | 0.13 | 0.07 | 9.68 | 0.45 | 0.86 |
| Hex | EC | D2 | CD | 0 | B | D | 7 | A | 2D | 56 |
| Octal | 354 | 322 | 315 | 0 | 13 | 15 | 7 | 12 | 55 | 126 |
| Binary | 11101100 | 11010010 | 11001101 | 0 | 1011 | 1101 | 111 | 1010 | 101101 | 1010110 |
Color Harmonies of #ECD2CD
Complementary color
Monochromatic Colors of #ECD2CD
Black with #ECD2CD
Text Example
Text Example
White with #ECD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2CD; }
p { color: rgb(236,210,205); }
H1.HeaderClassName
{
color: #ECD2CD;
}
.AnyTagClassName
{
color: #ECD2CD;
}
</style>
background-color css
<style>
a { background-color: #ECD2CD; }
a { background-color: rgb(236,210,205); }
div.DivClassName
{
background-color: #ECD2CD;
}
.BgClassName
{
background-color: #ECD2CD;
}
</style>
border-color css
<style>
span { border-color: #ECD2CD; }
span { border-color: rgb(236,210,205); }
td.TdClassName
{
border-color: #ECD2CD;
}
.TagClassName
{
border-color: #ECD2CD;
}
</style>