Shades of Coral Candy #EBD1CB
Tints of Coral Candy #EBD1CB
RGB
CMYK
RGB Variations
Color information
#EBD1CB (or 0xEBD1CB) is known color: Coral Candy. HEX triplet: EB, D1 and CB. RGB value is (235,209,203). Sum of RGB (Red+Green+Blue) = 235+209+203=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1CB is #142E34. Grayscale: #D8D8D8. Windows color (decimal): -1322549 or 13357547. OLE color: 13357547.
HSL color Cylindrical-coordinate representation of color #EBD1CB: hue angle of 11.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD1CB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 203 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.08 |
| HSL | 11.25º | 0.44% | 0.86% | - |
| HSV(B) | 11.25º | 0.14% | 0.92% | - |
| XYZ | 67.84 | 67.57 | 65.97 | - |
| YUV | 216.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 203 | 0 | 0.11 | 0.14 | 0.08 | 11.25 | 0.44 | 0.86 |
| Hex | EB | D1 | CB | 0 | B | E | 8 | B | 2C | 56 |
| Octal | 353 | 321 | 313 | 0 | 13 | 16 | 10 | 13 | 54 | 126 |
| Binary | 11101011 | 11010001 | 11001011 | 0 | 1011 | 1110 | 1000 | 1011 | 101100 | 1010110 |
Color Harmonies of #EBD1CB
Complementary color
Monochromatic Colors of #EBD1CB
Black with #EBD1CB
Text Example
Text Example
White with #EBD1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1CB; }
p { color: rgb(235,209,203); }
H1.HeaderClassName
{
color: #EBD1CB;
}
.AnyTagClassName
{
color: #EBD1CB;
}
</style>
background-color css
<style>
a { background-color: #EBD1CB; }
a { background-color: rgb(235,209,203); }
div.DivClassName
{
background-color: #EBD1CB;
}
.BgClassName
{
background-color: #EBD1CB;
}
</style>
border-color css
<style>
span { border-color: #EBD1CB; }
span { border-color: rgb(235,209,203); }
td.TdClassName
{
border-color: #EBD1CB;
}
.TagClassName
{
border-color: #EBD1CB;
}
</style>