Shades of Coral Candy #EDD3CD
Tints of Coral Candy #EDD3CD
RGB
CMYK
RGB Variations
Color information
#EDD3CD (or 0xEDD3CD) is known color: Coral Candy. HEX triplet: ED, D3 and CD. RGB value is (237,211,205). Sum of RGB (Red+Green+Blue) = 237+211+205=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3CD is #122C32. Grayscale: #DADADA. Windows color (decimal): -1190963 or 13489133. OLE color: 13489133.
HSL color Cylindrical-coordinate representation of color #EDD3CD: hue angle of 11.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD3CD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 205 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.07 |
| HSL | 11.25º | 0.47% | 0.87% | - |
| HSV(B) | 11.25º | 0.14% | 0.93% | - |
| XYZ | 69.24 | 69 | 67.43 | - |
| YUV | 218.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 205 | 0 | 0.11 | 0.14 | 0.07 | 11.25 | 0.47 | 0.87 |
| Hex | ED | D3 | CD | 0 | B | E | 7 | B | 2F | 57 |
| Octal | 355 | 323 | 315 | 0 | 13 | 16 | 7 | 13 | 57 | 127 |
| Binary | 11101101 | 11010011 | 11001101 | 0 | 1011 | 1110 | 111 | 1011 | 101111 | 1010111 |
Color Harmonies of #EDD3CD
Complementary color
Monochromatic Colors of #EDD3CD
Black with #EDD3CD
Text Example
Text Example
White with #EDD3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3CD; }
p { color: rgb(237,211,205); }
H1.HeaderClassName
{
color: #EDD3CD;
}
.AnyTagClassName
{
color: #EDD3CD;
}
</style>
background-color css
<style>
a { background-color: #EDD3CD; }
a { background-color: rgb(237,211,205); }
div.DivClassName
{
background-color: #EDD3CD;
}
.BgClassName
{
background-color: #EDD3CD;
}
</style>
border-color css
<style>
span { border-color: #EDD3CD; }
span { border-color: rgb(237,211,205); }
td.TdClassName
{
border-color: #EDD3CD;
}
.TagClassName
{
border-color: #EDD3CD;
}
</style>