Shades of Soft Peach #E9DFDE
Tints of Soft Peach #E9DFDE
RGB
CMYK
RGB Variations
Color information
#E9DFDE (or 0xE9DFDE) is known color: Soft Peach. HEX triplet: E9, DF and DE. RGB value is (233,223,222). Sum of RGB (Red+Green+Blue) = 233+223+222=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFDE is #162021. Grayscale: #E1E1E1. Windows color (decimal): -1450018 or 14606313. OLE color: 14606313.
HSL color Cylindrical-coordinate representation of color #E9DFDE: hue angle of 5.45º degrees, saturation: 0.2, 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 #E9DFDE is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 222 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.09 |
| HSL | 5.45º | 0.2% | 0.89% | - |
| HSV(B) | 5.45º | 0.05% | 0.91% | - |
| XYZ | 73.18 | 75.37 | 79.8 | - |
| YUV | 225.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 222 | 0 | 0.04 | 0.05 | 0.09 | 5.45 | 0.2 | 0.89 |
| Hex | E9 | DF | DE | 0 | 4 | 5 | 9 | 5 | 14 | 59 |
| Octal | 351 | 337 | 336 | 0 | 4 | 5 | 11 | 5 | 24 | 131 |
| Binary | 11101001 | 11011111 | 11011110 | 0 | 100 | 101 | 1001 | 101 | 10100 | 1011001 |
Color Harmonies of #E9DFDE
Complementary color
Monochromatic Colors of #E9DFDE
Black with #E9DFDE
Text Example
Text Example
White with #E9DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFDE; }
p { color: rgb(233,223,222); }
H1.HeaderClassName
{
color: #E9DFDE;
}
.AnyTagClassName
{
color: #E9DFDE;
}
</style>
background-color css
<style>
a { background-color: #E9DFDE; }
a { background-color: rgb(233,223,222); }
div.DivClassName
{
background-color: #E9DFDE;
}
.BgClassName
{
background-color: #E9DFDE;
}
</style>
border-color css
<style>
span { border-color: #E9DFDE; }
span { border-color: rgb(233,223,222); }
td.TdClassName
{
border-color: #E9DFDE;
}
.TagClassName
{
border-color: #E9DFDE;
}
</style>