Shades of Soft Peach #EBDCDB
Tints of Soft Peach #EBDCDB
RGB
CMYK
RGB Variations
Color information
#EBDCDB (or 0xEBDCDB) is known color: Soft Peach. HEX triplet: EB, DC and DB. RGB value is (235,220,219). Sum of RGB (Red+Green+Blue) = 235+220+219=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDB is #142324. Grayscale: #E0E0E0. Windows color (decimal): -1319717 or 14408939. OLE color: 14408939.
HSL color Cylindrical-coordinate representation of color #EBDCDB: hue angle of 3.75º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDCDB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 219 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.08 |
| HSL | 3.75º | 0.29% | 0.89% | - |
| HSV(B) | 3.75º | 0.07% | 0.92% | - |
| XYZ | 72.64 | 73.96 | 77.47 | - |
| YUV | 224.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 219 | 0 | 0.06 | 0.07 | 0.08 | 3.75 | 0.29 | 0.89 |
| Hex | EB | DC | DB | 0 | 6 | 7 | 8 | 4 | 1D | 59 |
| Octal | 353 | 334 | 333 | 0 | 6 | 7 | 10 | 4 | 35 | 131 |
| Binary | 11101011 | 11011100 | 11011011 | 0 | 110 | 111 | 1000 | 100 | 11101 | 1011001 |
Color Harmonies of #EBDCDB
Complementary color
Monochromatic Colors of #EBDCDB
Black with #EBDCDB
Text Example
Text Example
White with #EBDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCDB; }
p { color: rgb(235,220,219); }
H1.HeaderClassName
{
color: #EBDCDB;
}
.AnyTagClassName
{
color: #EBDCDB;
}
</style>
background-color css
<style>
a { background-color: #EBDCDB; }
a { background-color: rgb(235,220,219); }
div.DivClassName
{
background-color: #EBDCDB;
}
.BgClassName
{
background-color: #EBDCDB;
}
</style>
border-color css
<style>
span { border-color: #EBDCDB; }
span { border-color: rgb(235,220,219); }
td.TdClassName
{
border-color: #EBDCDB;
}
.TagClassName
{
border-color: #EBDCDB;
}
</style>