Shades of Soft Peach #EADEDE
Tints of Soft Peach #EADEDE
RGB
CMYK
RGB Variations
Color information
#EADEDE (or 0xEADEDE) is known color: Soft Peach. HEX triplet: EA, DE and DE. RGB value is (234,222,222). Sum of RGB (Red+Green+Blue) = 234+222+222=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDE is #152121. Grayscale: #E1E1E1. Windows color (decimal): -1384738 or 14606058. OLE color: 14606058.
HSL color Cylindrical-coordinate representation of color #EADEDE: hue angle of 0º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEDE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 222 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.08 |
| HSL | 0º | 0.22% | 0.89% | - |
| HSV(B) | 0º | 0.05% | 0.92% | - |
| XYZ | 73.24 | 75.01 | 79.73 | - |
| YUV | 225.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 222 | 0 | 0.05 | 0.05 | 0.08 | 0 | 0.22 | 0.89 |
| Hex | EA | DE | DE | 0 | 5 | 5 | 8 | 0 | 16 | 59 |
| Octal | 352 | 336 | 336 | 0 | 5 | 5 | 10 | 0 | 26 | 131 |
| Binary | 11101010 | 11011110 | 11011110 | 0 | 101 | 101 | 1000 | 0 | 10110 | 1011001 |
Color Harmonies of #EADEDE
Complementary color
Monochromatic Colors of #EADEDE
Black with #EADEDE
Text Example
Text Example
White with #EADEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEDE; }
p { color: rgb(234,222,222); }
H1.HeaderClassName
{
color: #EADEDE;
}
.AnyTagClassName
{
color: #EADEDE;
}
</style>
background-color css
<style>
a { background-color: #EADEDE; }
a { background-color: rgb(234,222,222); }
div.DivClassName
{
background-color: #EADEDE;
}
.BgClassName
{
background-color: #EADEDE;
}
</style>
border-color css
<style>
span { border-color: #EADEDE; }
span { border-color: rgb(234,222,222); }
td.TdClassName
{
border-color: #EADEDE;
}
.TagClassName
{
border-color: #EADEDE;
}
</style>