Shades of Soft Peach #EDE3E1
Tints of Soft Peach #EDE3E1
RGB
CMYK
RGB Variations
Color information
#EDE3E1 (or 0xEDE3E1) is known color: Soft Peach. HEX triplet: ED, E3 and E1. RGB value is (237,227,225). Sum of RGB (Red+Green+Blue) = 237+227+225=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3E1 is #121C1E. Grayscale: #E5E5E5. Windows color (decimal): -1186847 or 14803949. OLE color: 14803949.
HSL color Cylindrical-coordinate representation of color #EDE3E1: hue angle of 10º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE3E1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 225 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.07 |
| HSL | 10º | 0.25% | 0.91% | - |
| HSV(B) | 10º | 0.05% | 0.93% | - |
| XYZ | 75.98 | 78.38 | 82.36 | - |
| YUV | 229.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 225 | 0 | 0.04 | 0.05 | 0.07 | 10 | 0.25 | 0.91 |
| Hex | ED | E3 | E1 | 0 | 4 | 5 | 7 | A | 19 | 5B |
| Octal | 355 | 343 | 341 | 0 | 4 | 5 | 7 | 12 | 31 | 133 |
| Binary | 11101101 | 11100011 | 11100001 | 0 | 100 | 101 | 111 | 1010 | 11001 | 1011011 |
Color Harmonies of #EDE3E1
Complementary color
Monochromatic Colors of #EDE3E1
Black with #EDE3E1
Text Example
Text Example
White with #EDE3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3E1; }
p { color: rgb(237,227,225); }
H1.HeaderClassName
{
color: #EDE3E1;
}
.AnyTagClassName
{
color: #EDE3E1;
}
</style>
background-color css
<style>
a { background-color: #EDE3E1; }
a { background-color: rgb(237,227,225); }
div.DivClassName
{
background-color: #EDE3E1;
}
.BgClassName
{
background-color: #EDE3E1;
}
</style>
border-color css
<style>
span { border-color: #EDE3E1; }
span { border-color: rgb(237,227,225); }
td.TdClassName
{
border-color: #EDE3E1;
}
.TagClassName
{
border-color: #EDE3E1;
}
</style>