Shades of Soft Peach #E9DBDB
Tints of Soft Peach #E9DBDB
RGB
CMYK
RGB Variations
Color information
#E9DBDB (or 0xE9DBDB) is known color: Soft Peach. HEX triplet: E9, DB and DB. RGB value is (233,219,219). Sum of RGB (Red+Green+Blue) = 233+219+219=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDB is #162424. Grayscale: #DFDFDF. Windows color (decimal): -1451045 or 14408681. OLE color: 14408681.
HSL color Cylindrical-coordinate representation of color #E9DBDB: hue angle of 0º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DBDB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 219 | 219 | - |
CMYK | 0 | 0.06 | 0.06 | 0.09 |
HSL | 0º | 0.24% | 0.89% | - |
HSV(B) | 0º | 0.06% | 0.91% | - |
XYZ | 71.72 | 73.1 | 77.35 | - |
YUV | 223.19 | 125.64 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 219 | 219 | 0 | 0.06 | 0.06 | 0.09 | 0 | 0.24 | 0.89 |
Hex | E9 | DB | DB | 0 | 6 | 6 | 9 | 0 | 18 | 59 |
Octal | 351 | 333 | 333 | 0 | 6 | 6 | 11 | 0 | 30 | 131 |
Binary | 11101001 | 11011011 | 11011011 | 0 | 110 | 110 | 1001 | 0 | 11000 | 1011001 |
Color Harmonies of #E9DBDB
Complementary color
Monochromatic Colors of #E9DBDB
Black with #E9DBDB
Text Example
Text Example
White with #E9DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBDB; }
p { color: rgb(233,219,219); }
H1.HeaderClassName
{
color: #E9DBDB;
}
.AnyTagClassName
{
color: #E9DBDB;
}
</style>
background-color css
<style>
a { background-color: #E9DBDB; }
a { background-color: rgb(233,219,219); }
div.DivClassName
{
background-color: #E9DBDB;
}
.BgClassName
{
background-color: #E9DBDB;
}
</style>
border-color css
<style>
span { border-color: #E9DBDB; }
span { border-color: rgb(233,219,219); }
td.TdClassName
{
border-color: #E9DBDB;
}
.TagClassName
{
border-color: #E9DBDB;
}
</style>