Shades of Soft Peach #E9E1DF
Tints of Soft Peach #E9E1DF
RGB
CMYK
RGB Variations
Color information
#E9E1DF (or 0xE9E1DF) is known color: Soft Peach. HEX triplet: E9, E1 and DF. RGB value is (233,225,223). Sum of RGB (Red+Green+Blue) = 233+225+223=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1DF is #161E20. Grayscale: #E3E3E3. Windows color (decimal): -1449505 or 14672361. OLE color: 14672361.
HSL color Cylindrical-coordinate representation of color #E9E1DF: hue angle of 12º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9E1DF is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 223 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.09 |
| HSL | 12º | 0.19% | 0.89% | - |
| HSV(B) | 12º | 0.04% | 0.91% | - |
| XYZ | 73.85 | 76.5 | 80.69 | - |
| YUV | 227.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 223 | 0 | 0.03 | 0.04 | 0.09 | 12 | 0.19 | 0.89 |
| Hex | E9 | E1 | DF | 0 | 3 | 4 | 9 | C | 13 | 59 |
| Octal | 351 | 341 | 337 | 0 | 3 | 4 | 11 | 14 | 23 | 131 |
| Binary | 11101001 | 11100001 | 11011111 | 0 | 11 | 100 | 1001 | 1100 | 10011 | 1011001 |
Color Harmonies of #E9E1DF
Complementary color
Monochromatic Colors of #E9E1DF
Black with #E9E1DF
Text Example
Text Example
White with #E9E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1DF; }
p { color: rgb(233,225,223); }
H1.HeaderClassName
{
color: #E9E1DF;
}
.AnyTagClassName
{
color: #E9E1DF;
}
</style>
background-color css
<style>
a { background-color: #E9E1DF; }
a { background-color: rgb(233,225,223); }
div.DivClassName
{
background-color: #E9E1DF;
}
.BgClassName
{
background-color: #E9E1DF;
}
</style>
border-color css
<style>
span { border-color: #E9E1DF; }
span { border-color: rgb(233,225,223); }
td.TdClassName
{
border-color: #E9E1DF;
}
.TagClassName
{
border-color: #E9E1DF;
}
</style>