Shades of Coral Candy #EDC4C3
Tints of Coral Candy #EDC4C3
RGB
CMYK
RGB Variations
Color information
#EDC4C3 (or 0xEDC4C3) is known color: Coral Candy. HEX triplet: ED, C4 and C3. RGB value is (237,196,195). Sum of RGB (Red+Green+Blue) = 237+196+195=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4C3 is #123B3C. Grayscale: #D0D0D0. Windows color (decimal): -1194813 or 12829933. OLE color: 12829933.
HSL color Cylindrical-coordinate representation of color #EDC4C3: hue angle of 1.43º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC4C3 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 195 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.07 |
| HSL | 1.43º | 0.54% | 0.85% | - |
| HSV(B) | 1.43º | 0.18% | 0.93% | - |
| XYZ | 64.52 | 61.42 | 60.09 | - |
| YUV | 208.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 195 | 0 | 0.17 | 0.18 | 0.07 | 1.43 | 0.54 | 0.85 |
| Hex | ED | C4 | C3 | 0 | 11 | 12 | 7 | 1 | 36 | 55 |
| Octal | 355 | 304 | 303 | 0 | 21 | 22 | 7 | 1 | 66 | 125 |
| Binary | 11101101 | 11000100 | 11000011 | 0 | 10001 | 10010 | 111 | 1 | 110110 | 1010101 |
Color Harmonies of #EDC4C3
Complementary color
Monochromatic Colors of #EDC4C3
Black with #EDC4C3
Text Example
Text Example
White with #EDC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4C3; }
p { color: rgb(237,196,195); }
H1.HeaderClassName
{
color: #EDC4C3;
}
.AnyTagClassName
{
color: #EDC4C3;
}
</style>
background-color css
<style>
a { background-color: #EDC4C3; }
a { background-color: rgb(237,196,195); }
div.DivClassName
{
background-color: #EDC4C3;
}
.BgClassName
{
background-color: #EDC4C3;
}
</style>
border-color css
<style>
span { border-color: #EDC4C3; }
span { border-color: rgb(237,196,195); }
td.TdClassName
{
border-color: #EDC4C3;
}
.TagClassName
{
border-color: #EDC4C3;
}
</style>