Shades of Soft Peach #EADBDB
Tints of Soft Peach #EADBDB
RGB
CMYK
RGB Variations
Color information
#EADBDB (or 0xEADBDB) is known color: Soft Peach. HEX triplet: EA, DB and DB. RGB value is (234,219,219). Sum of RGB (Red+Green+Blue) = 234+219+219=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDB is #152424. Grayscale: #DFDFDF. Windows color (decimal): -1385509 or 14408682. OLE color: 14408682.
HSL color Cylindrical-coordinate representation of color #EADBDB: hue angle of 0º 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 #EADBDB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 219 | 219 | - |
CMYK | 0 | 0.06 | 0.06 | 0.08 |
HSL | 0º | 0.26% | 0.89% | - |
HSV(B) | 0º | 0.06% | 0.92% | - |
XYZ | 72.05 | 73.27 | 77.36 | - |
YUV | 223.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 219 | 219 | 0 | 0.06 | 0.06 | 0.08 | 0 | 0.26 | 0.89 |
Hex | EA | DB | DB | 0 | 6 | 6 | 8 | 0 | 1A | 59 |
Octal | 352 | 333 | 333 | 0 | 6 | 6 | 10 | 0 | 32 | 131 |
Binary | 11101010 | 11011011 | 11011011 | 0 | 110 | 110 | 1000 | 0 | 11010 | 1011001 |
Color Harmonies of #EADBDB
Complementary color
Monochromatic Colors of #EADBDB
Black with #EADBDB
Text Example
Text Example
White with #EADBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBDB; }
p { color: rgb(234,219,219); }
H1.HeaderClassName
{
color: #EADBDB;
}
.AnyTagClassName
{
color: #EADBDB;
}
</style>
background-color css
<style>
a { background-color: #EADBDB; }
a { background-color: rgb(234,219,219); }
div.DivClassName
{
background-color: #EADBDB;
}
.BgClassName
{
background-color: #EADBDB;
}
</style>
border-color css
<style>
span { border-color: #EADBDB; }
span { border-color: rgb(234,219,219); }
td.TdClassName
{
border-color: #EADBDB;
}
.TagClassName
{
border-color: #EADBDB;
}
</style>