Shades of Soft Peach #E8DDDB
Tints of Soft Peach #E8DDDB
RGB
CMYK
RGB Variations
Color information
#E8DDDB (or 0xE8DDDB) is known color: Soft Peach. HEX triplet: E8, DD and DB. RGB value is (232,221,219). Sum of RGB (Red+Green+Blue) = 232+221+219=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDB is #172224. Grayscale: #E0E0E0. Windows color (decimal): -1516069 or 14409192. OLE color: 14409192.
HSL color Cylindrical-coordinate representation of color #E8DDDB: hue angle of 9.23º degrees, saturation: 0.22, 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 #E8DDDB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 221 | 219 | - |
CMYK | 0 | 0.05 | 0.06 | 0.09 |
HSL | 9.23º | 0.22% | 0.88% | - |
HSV(B) | 9.23º | 0.06% | 0.91% | - |
XYZ | 71.92 | 73.98 | 77.51 | - |
YUV | 224.06 | 125.14 | 133.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 221 | 219 | 0 | 0.05 | 0.06 | 0.09 | 9.23 | 0.22 | 0.88 |
Hex | E8 | DD | DB | 0 | 5 | 6 | 9 | 9 | 16 | 58 |
Octal | 350 | 335 | 333 | 0 | 5 | 6 | 11 | 11 | 26 | 130 |
Binary | 11101000 | 11011101 | 11011011 | 0 | 101 | 110 | 1001 | 1001 | 10110 | 1011000 |
Color Harmonies of #E8DDDB
Complementary color
Monochromatic Colors of #E8DDDB
Black with #E8DDDB
Text Example
Text Example
White with #E8DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDDB; }
p { color: rgb(232,221,219); }
H1.HeaderClassName
{
color: #E8DDDB;
}
.AnyTagClassName
{
color: #E8DDDB;
}
</style>
background-color css
<style>
a { background-color: #E8DDDB; }
a { background-color: rgb(232,221,219); }
div.DivClassName
{
background-color: #E8DDDB;
}
.BgClassName
{
background-color: #E8DDDB;
}
</style>
border-color css
<style>
span { border-color: #E8DDDB; }
span { border-color: rgb(232,221,219); }
td.TdClassName
{
border-color: #E8DDDB;
}
.TagClassName
{
border-color: #E8DDDB;
}
</style>