Shades of Soft Peach #EBDDDD
Tints of Soft Peach #EBDDDD
RGB
CMYK
RGB Variations
Color information
#EBDDDD (or 0xEBDDDD) is known color: Soft Peach. HEX triplet: EB, DD and DD. RGB value is (235,221,221). Sum of RGB (Red+Green+Blue) = 235+221+221=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDDD is #142222. Grayscale: #E1E1E1. Windows color (decimal): -1319459 or 14540267. OLE color: 14540267.
HSL color Cylindrical-coordinate representation of color #EBDDDD: hue angle of 0º degrees, saturation: 0.26, 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 #EBDDDD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 221 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.08 |
| HSL | 0º | 0.26% | 0.89% | - |
| HSV(B) | 0º | 0.06% | 0.92% | - |
| XYZ | 73.17 | 74.6 | 78.95 | - |
| YUV | 225.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 221 | 0 | 0.06 | 0.06 | 0.08 | 0 | 0.26 | 0.89 |
| Hex | EB | DD | DD | 0 | 6 | 6 | 8 | 0 | 1A | 59 |
| Octal | 353 | 335 | 335 | 0 | 6 | 6 | 10 | 0 | 32 | 131 |
| Binary | 11101011 | 11011101 | 11011101 | 0 | 110 | 110 | 1000 | 0 | 11010 | 1011001 |
Color Harmonies of #EBDDDD
Complementary color
Monochromatic Colors of #EBDDDD
Black with #EBDDDD
Text Example
Text Example
White with #EBDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDDD; }
p { color: rgb(235,221,221); }
H1.HeaderClassName
{
color: #EBDDDD;
}
.AnyTagClassName
{
color: #EBDDDD;
}
</style>
background-color css
<style>
a { background-color: #EBDDDD; }
a { background-color: rgb(235,221,221); }
div.DivClassName
{
background-color: #EBDDDD;
}
.BgClassName
{
background-color: #EBDDDD;
}
</style>
border-color css
<style>
span { border-color: #EBDDDD; }
span { border-color: rgb(235,221,221); }
td.TdClassName
{
border-color: #EBDDDD;
}
.TagClassName
{
border-color: #EBDDDD;
}
</style>