Shades of Coral Candy #EDD2CD
Tints of Coral Candy #EDD2CD
RGB
CMYK
RGB Variations
Color information
#EDD2CD (or 0xEDD2CD) is known color: Coral Candy. HEX triplet: ED, D2 and CD. RGB value is (237,210,205). Sum of RGB (Red+Green+Blue) = 237+210+205=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2CD is #122D32. Grayscale: #D9D9D9. Windows color (decimal): -1191219 or 13488877. OLE color: 13488877.
HSL color Cylindrical-coordinate representation of color #EDD2CD: hue angle of 9.38º 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 #EDD2CD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 205 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.07 |
| HSL | 9.38º | 0.47% | 0.87% | - |
| HSV(B) | 9.38º | 0.14% | 0.93% | - |
| XYZ | 68.99 | 68.51 | 67.34 | - |
| YUV | 217.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 205 | 0 | 0.11 | 0.14 | 0.07 | 9.38 | 0.47 | 0.87 |
| Hex | ED | D2 | CD | 0 | B | E | 7 | 9 | 2F | 57 |
| Octal | 355 | 322 | 315 | 0 | 13 | 16 | 7 | 11 | 57 | 127 |
| Binary | 11101101 | 11010010 | 11001101 | 0 | 1011 | 1110 | 111 | 1001 | 101111 | 1010111 |
Color Harmonies of #EDD2CD
Complementary color
Monochromatic Colors of #EDD2CD
Black with #EDD2CD
Text Example
Text Example
White with #EDD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2CD; }
p { color: rgb(237,210,205); }
H1.HeaderClassName
{
color: #EDD2CD;
}
.AnyTagClassName
{
color: #EDD2CD;
}
</style>
background-color css
<style>
a { background-color: #EDD2CD; }
a { background-color: rgb(237,210,205); }
div.DivClassName
{
background-color: #EDD2CD;
}
.BgClassName
{
background-color: #EDD2CD;
}
</style>
border-color css
<style>
span { border-color: #EDD2CD; }
span { border-color: rgb(237,210,205); }
td.TdClassName
{
border-color: #EDD2CD;
}
.TagClassName
{
border-color: #EDD2CD;
}
</style>