Shades of Soft Peach #E9DDDD
Tints of Soft Peach #E9DDDD
RGB
CMYK
RGB Variations
Color information
#E9DDDD (or 0xE9DDDD) is known color: Soft Peach. HEX triplet: E9, DD and DD. RGB value is (233,221,221). Sum of RGB (Red+Green+Blue) = 233+221+221=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDD is #162222. Grayscale: #E0E0E0. Windows color (decimal): -1450531 or 14540265. OLE color: 14540265.
HSL color Cylindrical-coordinate representation of color #E9DDDD: hue angle of 0º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DDDD is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 221 | 221 | - |
CMYK | 0 | 0.05 | 0.05 | 0.09 |
HSL | 0º | 0.21% | 0.89% | - |
HSV(B) | 0º | 0.05% | 0.91% | - |
XYZ | 72.51 | 74.26 | 78.92 | - |
YUV | 224.59 | 125.98 | 134 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 221 | 221 | 0 | 0.05 | 0.05 | 0.09 | 0 | 0.21 | 0.89 |
Hex | E9 | DD | DD | 0 | 5 | 5 | 9 | 0 | 15 | 59 |
Octal | 351 | 335 | 335 | 0 | 5 | 5 | 11 | 0 | 25 | 131 |
Binary | 11101001 | 11011101 | 11011101 | 0 | 101 | 101 | 1001 | 0 | 10101 | 1011001 |
Color Harmonies of #E9DDDD
Complementary color
Monochromatic Colors of #E9DDDD
Black with #E9DDDD
Text Example
Text Example
White with #E9DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDDD; }
p { color: rgb(233,221,221); }
H1.HeaderClassName
{
color: #E9DDDD;
}
.AnyTagClassName
{
color: #E9DDDD;
}
</style>
background-color css
<style>
a { background-color: #E9DDDD; }
a { background-color: rgb(233,221,221); }
div.DivClassName
{
background-color: #E9DDDD;
}
.BgClassName
{
background-color: #E9DDDD;
}
</style>
border-color css
<style>
span { border-color: #E9DDDD; }
span { border-color: rgb(233,221,221); }
td.TdClassName
{
border-color: #E9DDDD;
}
.TagClassName
{
border-color: #E9DDDD;
}
</style>