Shades of Soft Peach #E5E0DF
Tints of Soft Peach #E5E0DF
RGB
CMYK
RGB Variations
Color information
#E5E0DF (or 0xE5E0DF) is known color: Soft Peach. HEX triplet: E5, E0 and DF. RGB value is (229,224,223). Sum of RGB (Red+Green+Blue) = 229+224+223=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0DF is #1A1F20. Grayscale: #E1E1E1. Windows color (decimal): -1711905 or 14672101. OLE color: 14672101.
HSL color Cylindrical-coordinate representation of color #E5E0DF: hue angle of 10º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E0DF is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 224 | 223 | - |
CMYK | 0 | 0.02 | 0.03 | 0.10 |
HSL | 10º | 0.1% | 0.89% | - |
HSV(B) | 10º | 0.03% | 0.9% | - |
XYZ | 72.29 | 75.3 | 80.54 | - |
YUV | 225.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 224 | 223 | 0 | 0.02 | 0.03 | 0.10 | 10 | 0.1 | 0.89 |
Hex | E5 | E0 | DF | 0 | 2 | 3 | A | A | A | 59 |
Octal | 345 | 340 | 337 | 0 | 2 | 3 | 12 | 12 | 12 | 131 |
Binary | 11100101 | 11100000 | 11011111 | 0 | 10 | 11 | 1010 | 1010 | 1010 | 1011001 |
Color Harmonies of #E5E0DF
Complementary color
Monochromatic Colors of #E5E0DF
Black with #E5E0DF
Text Example
Text Example
White with #E5E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0DF; }
p { color: rgb(229,224,223); }
H1.HeaderClassName
{
color: #E5E0DF;
}
.AnyTagClassName
{
color: #E5E0DF;
}
</style>
background-color css
<style>
a { background-color: #E5E0DF; }
a { background-color: rgb(229,224,223); }
div.DivClassName
{
background-color: #E5E0DF;
}
.BgClassName
{
background-color: #E5E0DF;
}
</style>
border-color css
<style>
span { border-color: #E5E0DF; }
span { border-color: rgb(229,224,223); }
td.TdClassName
{
border-color: #E5E0DF;
}
.TagClassName
{
border-color: #E5E0DF;
}
</style>