Shades of Soft Peach #EADDDB
Tints of Soft Peach #EADDDB
RGB
CMYK
RGB Variations
Color information
#EADDDB (or 0xEADDDB) is known color: Soft Peach. HEX triplet: EA, DD and DB. RGB value is (234,221,219). Sum of RGB (Red+Green+Blue) = 234+221+219=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDDB is #152224. Grayscale: #E0E0E0. Windows color (decimal): -1384997 or 14409194. OLE color: 14409194.
HSL color Cylindrical-coordinate representation of color #EADDDB: hue angle of 8º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDDB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 219 | - |
CMYK | 0 | 0.06 | 0.06 | 0.08 |
HSL | 8º | 0.26% | 0.89% | - |
HSV(B) | 8º | 0.06% | 0.92% | - |
XYZ | 72.57 | 74.32 | 77.54 | - |
YUV | 224.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 219 | 0 | 0.06 | 0.06 | 0.08 | 8 | 0.26 | 0.89 |
Hex | EA | DD | DB | 0 | 6 | 6 | 8 | 8 | 1A | 59 |
Octal | 352 | 335 | 333 | 0 | 6 | 6 | 10 | 10 | 32 | 131 |
Binary | 11101010 | 11011101 | 11011011 | 0 | 110 | 110 | 1000 | 1000 | 11010 | 1011001 |
Color Harmonies of #EADDDB
Complementary color
Monochromatic Colors of #EADDDB
Black with #EADDDB
Text Example
Text Example
White with #EADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDDB; }
p { color: rgb(234,221,219); }
H1.HeaderClassName
{
color: #EADDDB;
}
.AnyTagClassName
{
color: #EADDDB;
}
</style>
background-color css
<style>
a { background-color: #EADDDB; }
a { background-color: rgb(234,221,219); }
div.DivClassName
{
background-color: #EADDDB;
}
.BgClassName
{
background-color: #EADDDB;
}
</style>
border-color css
<style>
span { border-color: #EADDDB; }
span { border-color: rgb(234,221,219); }
td.TdClassName
{
border-color: #EADDDB;
}
.TagClassName
{
border-color: #EADDDB;
}
</style>