Shades of Soft Peach #E9DCDA
Tints of Soft Peach #E9DCDA
RGB
CMYK
RGB Variations
Color information
#E9DCDA (or 0xE9DCDA) is known color: Soft Peach. HEX triplet: E9, DC and DA. RGB value is (233,220,218). Sum of RGB (Red+Green+Blue) = 233+220+218=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCDA is #162325. Grayscale: #DFDFDF. Windows color (decimal): -1450790 or 14343401. OLE color: 14343401.
HSL color Cylindrical-coordinate representation of color #E9DCDA: hue angle of 8º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DCDA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 220 | 218 | - |
CMYK | 0 | 0.06 | 0.06 | 0.09 |
HSL | 8º | 0.25% | 0.88% | - |
HSV(B) | 8º | 0.06% | 0.91% | - |
XYZ | 71.85 | 73.57 | 76.74 | - |
YUV | 223.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 220 | 218 | 0 | 0.06 | 0.06 | 0.09 | 8 | 0.25 | 0.88 |
Hex | E9 | DC | DA | 0 | 6 | 6 | 9 | 8 | 19 | 58 |
Octal | 351 | 334 | 332 | 0 | 6 | 6 | 11 | 10 | 31 | 130 |
Binary | 11101001 | 11011100 | 11011010 | 0 | 110 | 110 | 1001 | 1000 | 11001 | 1011000 |
Color Harmonies of #E9DCDA
Complementary color
Monochromatic Colors of #E9DCDA
Black with #E9DCDA
Text Example
Text Example
White with #E9DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCDA; }
p { color: rgb(233,220,218); }
H1.HeaderClassName
{
color: #E9DCDA;
}
.AnyTagClassName
{
color: #E9DCDA;
}
</style>
background-color css
<style>
a { background-color: #E9DCDA; }
a { background-color: rgb(233,220,218); }
div.DivClassName
{
background-color: #E9DCDA;
}
.BgClassName
{
background-color: #E9DCDA;
}
</style>
border-color css
<style>
span { border-color: #E9DCDA; }
span { border-color: rgb(233,220,218); }
td.TdClassName
{
border-color: #E9DCDA;
}
.TagClassName
{
border-color: #E9DCDA;
}
</style>