Shades of Coral Candy #ECD2CC
Tints of Coral Candy #ECD2CC
RGB
CMYK
RGB Variations
Color information
#ECD2CC (or 0xECD2CC) is known color: Coral Candy. HEX triplet: EC, D2 and CC. RGB value is (236,210,204). Sum of RGB (Red+Green+Blue) = 236+210+204=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2CC is #132D33. Grayscale: #D9D9D9. Windows color (decimal): -1256756 or 13423340. OLE color: 13423340.
HSL color Cylindrical-coordinate representation of color #ECD2CC: hue angle of 11.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD2CC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 204 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.07 |
| HSL | 11.25º | 0.46% | 0.86% | - |
| HSV(B) | 11.25º | 0.14% | 0.93% | - |
| XYZ | 68.54 | 68.29 | 66.69 | - |
| YUV | 217.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 204 | 0 | 0.11 | 0.14 | 0.07 | 11.25 | 0.46 | 0.86 |
| Hex | EC | D2 | CC | 0 | B | E | 7 | B | 2E | 56 |
| Octal | 354 | 322 | 314 | 0 | 13 | 16 | 7 | 13 | 56 | 126 |
| Binary | 11101100 | 11010010 | 11001100 | 0 | 1011 | 1110 | 111 | 1011 | 101110 | 1010110 |
Color Harmonies of #ECD2CC
Complementary color
Monochromatic Colors of #ECD2CC
Black with #ECD2CC
Text Example
Text Example
White with #ECD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2CC; }
p { color: rgb(236,210,204); }
H1.HeaderClassName
{
color: #ECD2CC;
}
.AnyTagClassName
{
color: #ECD2CC;
}
</style>
background-color css
<style>
a { background-color: #ECD2CC; }
a { background-color: rgb(236,210,204); }
div.DivClassName
{
background-color: #ECD2CC;
}
.BgClassName
{
background-color: #ECD2CC;
}
</style>
border-color css
<style>
span { border-color: #ECD2CC; }
span { border-color: rgb(236,210,204); }
td.TdClassName
{
border-color: #ECD2CC;
}
.TagClassName
{
border-color: #ECD2CC;
}
</style>