Shades of Soft Peach #EBDDDC
Tints of Soft Peach #EBDDDC
RGB
CMYK
RGB Variations
Color information
#EBDDDC (or 0xEBDDDC) is known color: Soft Peach. HEX triplet: EB, DD and DC. RGB value is (235,221,220). Sum of RGB (Red+Green+Blue) = 235+221+220=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDDC is #142223. Grayscale: #E1E1E1. Windows color (decimal): -1319460 or 14474731. OLE color: 14474731.
HSL color Cylindrical-coordinate representation of color #EBDDDC: hue angle of 4º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDDC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 220 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.08 |
| HSL | 4º | 0.27% | 0.89% | - |
| HSV(B) | 4º | 0.06% | 0.92% | - |
| XYZ | 73.04 | 74.54 | 78.25 | - |
| YUV | 225.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 220 | 0 | 0.06 | 0.06 | 0.08 | 4 | 0.27 | 0.89 |
| Hex | EB | DD | DC | 0 | 6 | 6 | 8 | 4 | 1B | 59 |
| Octal | 353 | 335 | 334 | 0 | 6 | 6 | 10 | 4 | 33 | 131 |
| Binary | 11101011 | 11011101 | 11011100 | 0 | 110 | 110 | 1000 | 100 | 11011 | 1011001 |
Color Harmonies of #EBDDDC
Complementary color
Monochromatic Colors of #EBDDDC
Black with #EBDDDC
Text Example
Text Example
White with #EBDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDDC; }
p { color: rgb(235,221,220); }
H1.HeaderClassName
{
color: #EBDDDC;
}
.AnyTagClassName
{
color: #EBDDDC;
}
</style>
background-color css
<style>
a { background-color: #EBDDDC; }
a { background-color: rgb(235,221,220); }
div.DivClassName
{
background-color: #EBDDDC;
}
.BgClassName
{
background-color: #EBDDDC;
}
</style>
border-color css
<style>
span { border-color: #EBDDDC; }
span { border-color: rgb(235,221,220); }
td.TdClassName
{
border-color: #EBDDDC;
}
.TagClassName
{
border-color: #EBDDDC;
}
</style>