Shades of Soft Peach #E9DEDD
Tints of Soft Peach #E9DEDD
RGB
CMYK
RGB Variations
Color information
#E9DEDD (or 0xE9DEDD) is known color: Soft Peach. HEX triplet: E9, DE and DD. RGB value is (233,222,221). Sum of RGB (Red+Green+Blue) = 233+222+221=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEDD is #162122. Grayscale: #E1E1E1. Windows color (decimal): -1450275 or 14540521. OLE color: 14540521.
HSL color Cylindrical-coordinate representation of color #E9DEDD: hue angle of 5º 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 #E9DEDD is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 221 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.09 |
| HSL | 5º | 0.21% | 0.89% | - |
| HSV(B) | 5º | 0.05% | 0.91% | - |
| XYZ | 72.78 | 74.79 | 79.01 | - |
| YUV | 225.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 221 | 0 | 0.05 | 0.05 | 0.09 | 5 | 0.21 | 0.89 |
| Hex | E9 | DE | DD | 0 | 5 | 5 | 9 | 5 | 15 | 59 |
| Octal | 351 | 336 | 335 | 0 | 5 | 5 | 11 | 5 | 25 | 131 |
| Binary | 11101001 | 11011110 | 11011101 | 0 | 101 | 101 | 1001 | 101 | 10101 | 1011001 |
Color Harmonies of #E9DEDD
Complementary color
Monochromatic Colors of #E9DEDD
Black with #E9DEDD
Text Example
Text Example
White with #E9DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEDD; }
p { color: rgb(233,222,221); }
H1.HeaderClassName
{
color: #E9DEDD;
}
.AnyTagClassName
{
color: #E9DEDD;
}
</style>
background-color css
<style>
a { background-color: #E9DEDD; }
a { background-color: rgb(233,222,221); }
div.DivClassName
{
background-color: #E9DEDD;
}
.BgClassName
{
background-color: #E9DEDD;
}
</style>
border-color css
<style>
span { border-color: #E9DEDD; }
span { border-color: rgb(233,222,221); }
td.TdClassName
{
border-color: #E9DEDD;
}
.TagClassName
{
border-color: #E9DEDD;
}
</style>