Shades of Soft Peach #EADCDB
Tints of Soft Peach #EADCDB
RGB
CMYK
RGB Variations
Color information
#EADCDB (or 0xEADCDB) is known color: Soft Peach. HEX triplet: EA, DC and DB. RGB value is (234,220,219). Sum of RGB (Red+Green+Blue) = 234+220+219=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDB is #152324. Grayscale: #E0E0E0. Windows color (decimal): -1385253 or 14408938. OLE color: 14408938.
HSL color Cylindrical-coordinate representation of color #EADCDB: hue angle of 4º 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 #EADCDB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 219 | - |
CMYK | 0 | 0.06 | 0.06 | 0.08 |
HSL | 4º | 0.26% | 0.89% | - |
HSV(B) | 4º | 0.06% | 0.92% | - |
XYZ | 72.31 | 73.79 | 77.45 | - |
YUV | 224.07 | 125.14 | 135.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 219 | 0 | 0.06 | 0.06 | 0.08 | 4 | 0.26 | 0.89 |
Hex | EA | DC | DB | 0 | 6 | 6 | 8 | 4 | 1A | 59 |
Octal | 352 | 334 | 333 | 0 | 6 | 6 | 10 | 4 | 32 | 131 |
Binary | 11101010 | 11011100 | 11011011 | 0 | 110 | 110 | 1000 | 100 | 11010 | 1011001 |
Color Harmonies of #EADCDB
Complementary color
Monochromatic Colors of #EADCDB
Black with #EADCDB
Text Example
Text Example
White with #EADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCDB; }
p { color: rgb(234,220,219); }
H1.HeaderClassName
{
color: #EADCDB;
}
.AnyTagClassName
{
color: #EADCDB;
}
</style>
background-color css
<style>
a { background-color: #EADCDB; }
a { background-color: rgb(234,220,219); }
div.DivClassName
{
background-color: #EADCDB;
}
.BgClassName
{
background-color: #EADCDB;
}
</style>
border-color css
<style>
span { border-color: #EADCDB; }
span { border-color: rgb(234,220,219); }
td.TdClassName
{
border-color: #EADCDB;
}
.TagClassName
{
border-color: #EADCDB;
}
</style>