Shades of Soft Peach #E9DFDD
Tints of Soft Peach #E9DFDD
RGB
CMYK
RGB Variations
Color information
#E9DFDD (or 0xE9DFDD) is known color: Soft Peach. HEX triplet: E9, DF and DD. RGB value is (233,223,221). Sum of RGB (Red+Green+Blue) = 233+223+221=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFDD is #162022. Grayscale: #E1E1E1. Windows color (decimal): -1450019 or 14540777. OLE color: 14540777.
HSL color Cylindrical-coordinate representation of color #E9DFDD: hue angle of 10º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DFDD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 221 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.09 |
| HSL | 10º | 0.21% | 0.89% | - |
| HSV(B) | 10º | 0.05% | 0.91% | - |
| XYZ | 73.04 | 75.32 | 79.09 | - |
| YUV | 225.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 221 | 0 | 0.04 | 0.05 | 0.09 | 10 | 0.21 | 0.89 |
| Hex | E9 | DF | DD | 0 | 4 | 5 | 9 | A | 15 | 59 |
| Octal | 351 | 337 | 335 | 0 | 4 | 5 | 11 | 12 | 25 | 131 |
| Binary | 11101001 | 11011111 | 11011101 | 0 | 100 | 101 | 1001 | 1010 | 10101 | 1011001 |
Color Harmonies of #E9DFDD
Complementary color
Monochromatic Colors of #E9DFDD
Black with #E9DFDD
Text Example
Text Example
White with #E9DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFDD; }
p { color: rgb(233,223,221); }
H1.HeaderClassName
{
color: #E9DFDD;
}
.AnyTagClassName
{
color: #E9DFDD;
}
</style>
background-color css
<style>
a { background-color: #E9DFDD; }
a { background-color: rgb(233,223,221); }
div.DivClassName
{
background-color: #E9DFDD;
}
.BgClassName
{
background-color: #E9DFDD;
}
</style>
border-color css
<style>
span { border-color: #E9DFDD; }
span { border-color: rgb(233,223,221); }
td.TdClassName
{
border-color: #E9DFDD;
}
.TagClassName
{
border-color: #E9DFDD;
}
</style>