Shades of Soft Peach #E5DCDB
Tints of Soft Peach #E5DCDB
RGB
CMYK
RGB Variations
Color information
#E5DCDB (or 0xE5DCDB) is known color: Soft Peach. HEX triplet: E5, DC and DB. RGB value is (229,220,219). Sum of RGB (Red+Green+Blue) = 229+220+219=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDB is #1A2324. Grayscale: #DEDEDE. Windows color (decimal): -1712933 or 14408933. OLE color: 14408933.
HSL color Cylindrical-coordinate representation of color #E5DCDB: hue angle of 6º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DCDB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 220 | 219 | - |
CMYK | 0 | 0.04 | 0.04 | 0.10 |
HSL | 6º | 0.16% | 0.88% | - |
HSV(B) | 6º | 0.04% | 0.9% | - |
XYZ | 70.69 | 72.96 | 77.37 | - |
YUV | 222.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 219 | 0 | 0.04 | 0.04 | 0.10 | 6 | 0.16 | 0.88 |
Hex | E5 | DC | DB | 0 | 4 | 4 | A | 6 | 10 | 58 |
Octal | 345 | 334 | 333 | 0 | 4 | 4 | 12 | 6 | 20 | 130 |
Binary | 11100101 | 11011100 | 11011011 | 0 | 100 | 100 | 1010 | 110 | 10000 | 1011000 |
Color Harmonies of #E5DCDB
Complementary color
Monochromatic Colors of #E5DCDB
Black with #E5DCDB
Text Example
Text Example
White with #E5DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCDB; }
p { color: rgb(229,220,219); }
H1.HeaderClassName
{
color: #E5DCDB;
}
.AnyTagClassName
{
color: #E5DCDB;
}
</style>
background-color css
<style>
a { background-color: #E5DCDB; }
a { background-color: rgb(229,220,219); }
div.DivClassName
{
background-color: #E5DCDB;
}
.BgClassName
{
background-color: #E5DCDB;
}
</style>
border-color css
<style>
span { border-color: #E5DCDB; }
span { border-color: rgb(229,220,219); }
td.TdClassName
{
border-color: #E5DCDB;
}
.TagClassName
{
border-color: #E5DCDB;
}
</style>