Shades of Coral Candy #EDD3CE
Tints of Coral Candy #EDD3CE
RGB
CMYK
RGB Variations
Color information
#EDD3CE (or 0xEDD3CE) is known color: Coral Candy. HEX triplet: ED, D3 and CE. RGB value is (237,211,206). Sum of RGB (Red+Green+Blue) = 237+211+206=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3CE is #122C31. Grayscale: #DADADA. Windows color (decimal): -1190962 or 13554669. OLE color: 13554669.
HSL color Cylindrical-coordinate representation of color #EDD3CE: hue angle of 9.68º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD3CE is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 206 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.07 |
| HSL | 9.68º | 0.46% | 0.87% | - |
| HSV(B) | 9.68º | 0.13% | 0.93% | - |
| XYZ | 69.36 | 69.05 | 68.06 | - |
| YUV | 218.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 206 | 0 | 0.11 | 0.13 | 0.07 | 9.68 | 0.46 | 0.87 |
| Hex | ED | D3 | CE | 0 | B | D | 7 | A | 2E | 57 |
| Octal | 355 | 323 | 316 | 0 | 13 | 15 | 7 | 12 | 56 | 127 |
| Binary | 11101101 | 11010011 | 11001110 | 0 | 1011 | 1101 | 111 | 1010 | 101110 | 1010111 |
Color Harmonies of #EDD3CE
Complementary color
Monochromatic Colors of #EDD3CE
Black with #EDD3CE
Text Example
Text Example
White with #EDD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3CE; }
p { color: rgb(237,211,206); }
H1.HeaderClassName
{
color: #EDD3CE;
}
.AnyTagClassName
{
color: #EDD3CE;
}
</style>
background-color css
<style>
a { background-color: #EDD3CE; }
a { background-color: rgb(237,211,206); }
div.DivClassName
{
background-color: #EDD3CE;
}
.BgClassName
{
background-color: #EDD3CE;
}
</style>
border-color css
<style>
span { border-color: #EDD3CE; }
span { border-color: rgb(237,211,206); }
td.TdClassName
{
border-color: #EDD3CE;
}
.TagClassName
{
border-color: #EDD3CE;
}
</style>