Shades of Coral Candy #EDCCC6
Tints of Coral Candy #EDCCC6
RGB
CMYK
RGB Variations
Color information
#EDCCC6 (or 0xEDCCC6) is known color: Coral Candy. HEX triplet: ED, CC and C6. RGB value is (237,204,198). Sum of RGB (Red+Green+Blue) = 237+204+198=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC6 is #123339. Grayscale: #D5D5D5. Windows color (decimal): -1192762 or 13028589. OLE color: 13028589.
HSL color Cylindrical-coordinate representation of color #EDCCC6: hue angle of 9.23º degrees, saturation: 0.52, 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 #EDCCC6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 198 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.07 |
| HSL | 9.23º | 0.52% | 0.85% | - |
| HSV(B) | 9.23º | 0.16% | 0.93% | - |
| XYZ | 66.71 | 65.27 | 62.51 | - |
| YUV | 213.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 198 | 0 | 0.14 | 0.16 | 0.07 | 9.23 | 0.52 | 0.85 |
| Hex | ED | CC | C6 | 0 | E | 10 | 7 | 9 | 34 | 55 |
| Octal | 355 | 314 | 306 | 0 | 16 | 20 | 7 | 11 | 64 | 125 |
| Binary | 11101101 | 11001100 | 11000110 | 0 | 1110 | 10000 | 111 | 1001 | 110100 | 1010101 |
Color Harmonies of #EDCCC6
Complementary color
Monochromatic Colors of #EDCCC6
Black with #EDCCC6
Text Example
Text Example
White with #EDCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCC6; }
p { color: rgb(237,204,198); }
H1.HeaderClassName
{
color: #EDCCC6;
}
.AnyTagClassName
{
color: #EDCCC6;
}
</style>
background-color css
<style>
a { background-color: #EDCCC6; }
a { background-color: rgb(237,204,198); }
div.DivClassName
{
background-color: #EDCCC6;
}
.BgClassName
{
background-color: #EDCCC6;
}
</style>
border-color css
<style>
span { border-color: #EDCCC6; }
span { border-color: rgb(237,204,198); }
td.TdClassName
{
border-color: #EDCCC6;
}
.TagClassName
{
border-color: #EDCCC6;
}
</style>