Shades of Soft Peach #E7DCDB
Tints of Soft Peach #E7DCDB
RGB
CMYK
RGB Variations
Color information
#E7DCDB (or 0xE7DCDB) is known color: Soft Peach. HEX triplet: E7, DC and DB. RGB value is (231,220,219). Sum of RGB (Red+Green+Blue) = 231+220+219=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDB is #182324. Grayscale: #DFDFDF. Windows color (decimal): -1581861 or 14408935. OLE color: 14408935.
HSL color Cylindrical-coordinate representation of color #E7DCDB: hue angle of 5º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DCDB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 219 | - |
CMYK | 0 | 0.05 | 0.05 | 0.09 |
HSL | 5º | 0.2% | 0.88% | - |
HSV(B) | 5º | 0.05% | 0.91% | - |
XYZ | 71.33 | 73.29 | 77.4 | - |
YUV | 223.18 | 125.64 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 219 | 0 | 0.05 | 0.05 | 0.09 | 5 | 0.2 | 0.88 |
Hex | E7 | DC | DB | 0 | 5 | 5 | 9 | 5 | 14 | 58 |
Octal | 347 | 334 | 333 | 0 | 5 | 5 | 11 | 5 | 24 | 130 |
Binary | 11100111 | 11011100 | 11011011 | 0 | 101 | 101 | 1001 | 101 | 10100 | 1011000 |
Color Harmonies of #E7DCDB
Complementary color
Monochromatic Colors of #E7DCDB
Black with #E7DCDB
Text Example
Text Example
White with #E7DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCDB; }
p { color: rgb(231,220,219); }
H1.HeaderClassName
{
color: #E7DCDB;
}
.AnyTagClassName
{
color: #E7DCDB;
}
</style>
background-color css
<style>
a { background-color: #E7DCDB; }
a { background-color: rgb(231,220,219); }
div.DivClassName
{
background-color: #E7DCDB;
}
.BgClassName
{
background-color: #E7DCDB;
}
</style>
border-color css
<style>
span { border-color: #E7DCDB; }
span { border-color: rgb(231,220,219); }
td.TdClassName
{
border-color: #E7DCDB;
}
.TagClassName
{
border-color: #E7DCDB;
}
</style>