Shades of Soft Peach #E9DFDF
Tints of Soft Peach #E9DFDF
RGB
CMYK
RGB Variations
Color information
#E9DFDF (or 0xE9DFDF) is known color: Soft Peach. HEX triplet: E9, DF and DF. RGB value is (233,223,223). Sum of RGB (Red+Green+Blue) = 233+223+223=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFDF is #162020. Grayscale: #E1E1E1. Windows color (decimal): -1450017 or 14671849. OLE color: 14671849.
HSL color Cylindrical-coordinate representation of color #E9DFDF: hue angle of 0º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9DFDF is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 223 | 223 | - |
CMYK | 0 | 0.04 | 0.04 | 0.09 |
HSL | 0º | 0.19% | 0.89% | - |
HSV(B) | 0º | 0.04% | 0.91% | - |
XYZ | 73.31 | 75.43 | 80.51 | - |
YUV | 225.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 223 | 223 | 0 | 0.04 | 0.04 | 0.09 | 0 | 0.19 | 0.89 |
Hex | E9 | DF | DF | 0 | 4 | 4 | 9 | 0 | 13 | 59 |
Octal | 351 | 337 | 337 | 0 | 4 | 4 | 11 | 0 | 23 | 131 |
Binary | 11101001 | 11011111 | 11011111 | 0 | 100 | 100 | 1001 | 0 | 10011 | 1011001 |
Color Harmonies of #E9DFDF
Complementary color
Monochromatic Colors of #E9DFDF
Black with #E9DFDF
Text Example
Text Example
White with #E9DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFDF; }
p { color: rgb(233,223,223); }
H1.HeaderClassName
{
color: #E9DFDF;
}
.AnyTagClassName
{
color: #E9DFDF;
}
</style>
background-color css
<style>
a { background-color: #E9DFDF; }
a { background-color: rgb(233,223,223); }
div.DivClassName
{
background-color: #E9DFDF;
}
.BgClassName
{
background-color: #E9DFDF;
}
</style>
border-color css
<style>
span { border-color: #E9DFDF; }
span { border-color: rgb(233,223,223); }
td.TdClassName
{
border-color: #E9DFDF;
}
.TagClassName
{
border-color: #E9DFDF;
}
</style>