Shades of Soft Peach #E7DBDB
Tints of Soft Peach #E7DBDB
RGB
CMYK
RGB Variations
Color information
#E7DBDB (or 0xE7DBDB) is known color: Soft Peach. HEX triplet: E7, DB and DB. RGB value is (231,219,219). Sum of RGB (Red+Green+Blue) = 231+219+219=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDB is #182424. Grayscale: #DEDEDE. Windows color (decimal): -1582117 or 14408679. OLE color: 14408679.
HSL color Cylindrical-coordinate representation of color #E7DBDB: hue angle of 0º 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 #E7DBDB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 219 | 219 | - |
CMYK | 0 | 0.05 | 0.05 | 0.09 |
HSL | 0º | 0.2% | 0.88% | - |
HSV(B) | 0º | 0.05% | 0.91% | - |
XYZ | 71.07 | 72.77 | 77.32 | - |
YUV | 222.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 219 | 0 | 0.05 | 0.05 | 0.09 | 0 | 0.2 | 0.88 |
Hex | E7 | DB | DB | 0 | 5 | 5 | 9 | 0 | 14 | 58 |
Octal | 347 | 333 | 333 | 0 | 5 | 5 | 11 | 0 | 24 | 130 |
Binary | 11100111 | 11011011 | 11011011 | 0 | 101 | 101 | 1001 | 0 | 10100 | 1011000 |
Color Harmonies of #E7DBDB
Complementary color
Monochromatic Colors of #E7DBDB
Black with #E7DBDB
Text Example
Text Example
White with #E7DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBDB; }
p { color: rgb(231,219,219); }
H1.HeaderClassName
{
color: #E7DBDB;
}
.AnyTagClassName
{
color: #E7DBDB;
}
</style>
background-color css
<style>
a { background-color: #E7DBDB; }
a { background-color: rgb(231,219,219); }
div.DivClassName
{
background-color: #E7DBDB;
}
.BgClassName
{
background-color: #E7DBDB;
}
</style>
border-color css
<style>
span { border-color: #E7DBDB; }
span { border-color: rgb(231,219,219); }
td.TdClassName
{
border-color: #E7DBDB;
}
.TagClassName
{
border-color: #E7DBDB;
}
</style>