Shades of Coral Candy #EED3CB
Tints of Coral Candy #EED3CB
RGB
CMYK
RGB Variations
Color information
#EED3CB (or 0xEED3CB) is known color: Coral Candy. HEX triplet: EE, D3 and CB. RGB value is (238,211,203). Sum of RGB (Red+Green+Blue) = 238+211+203=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3CB is #112C34. Grayscale: #DADADA. Windows color (decimal): -1125429 or 13358062. OLE color: 13358062.
HSL color Cylindrical-coordinate representation of color #EED3CB: hue angle of 13.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED3CB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 203 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.07 |
| HSL | 13.71º | 0.51% | 0.86% | - |
| HSV(B) | 13.71º | 0.15% | 0.93% | - |
| XYZ | 69.33 | 69.08 | 66.18 | - |
| YUV | 218.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 203 | 0 | 0.11 | 0.15 | 0.07 | 13.71 | 0.51 | 0.86 |
| Hex | EE | D3 | CB | 0 | B | F | 7 | E | 33 | 56 |
| Octal | 356 | 323 | 313 | 0 | 13 | 17 | 7 | 16 | 63 | 126 |
| Binary | 11101110 | 11010011 | 11001011 | 0 | 1011 | 1111 | 111 | 1110 | 110011 | 1010110 |
Color Harmonies of #EED3CB
Complementary color
Monochromatic Colors of #EED3CB
Black with #EED3CB
Text Example
Text Example
White with #EED3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3CB; }
p { color: rgb(238,211,203); }
H1.HeaderClassName
{
color: #EED3CB;
}
.AnyTagClassName
{
color: #EED3CB;
}
</style>
background-color css
<style>
a { background-color: #EED3CB; }
a { background-color: rgb(238,211,203); }
div.DivClassName
{
background-color: #EED3CB;
}
.BgClassName
{
background-color: #EED3CB;
}
</style>
border-color css
<style>
span { border-color: #EED3CB; }
span { border-color: rgb(238,211,203); }
td.TdClassName
{
border-color: #EED3CB;
}
.TagClassName
{
border-color: #EED3CB;
}
</style>