Shades of Soft Peach #EADADA
Tints of Soft Peach #EADADA
RGB
CMYK
RGB Variations
Color information
#EADADA (or 0xEADADA) is known color: Soft Peach. HEX triplet: EA, DA and DA. RGB value is (234,218,218). Sum of RGB (Red+Green+Blue) = 234+218+218=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADADA is #152525. Grayscale: #DEDEDE. Windows color (decimal): -1385766 or 14342890. OLE color: 14342890.
HSL color Cylindrical-coordinate representation of color #EADADA: hue angle of 0º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADADA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 218 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.08 |
| HSL | 0º | 0.28% | 0.89% | - |
| HSV(B) | 0º | 0.07% | 0.92% | - |
| XYZ | 71.66 | 72.7 | 76.58 | - |
| YUV | 222.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 218 | 0 | 0.07 | 0.07 | 0.08 | 0 | 0.28 | 0.89 |
| Hex | EA | DA | DA | 0 | 7 | 7 | 8 | 0 | 1C | 59 |
| Octal | 352 | 332 | 332 | 0 | 7 | 7 | 10 | 0 | 34 | 131 |
| Binary | 11101010 | 11011010 | 11011010 | 0 | 111 | 111 | 1000 | 0 | 11100 | 1011001 |
Color Harmonies of #EADADA
Complementary color
Monochromatic Colors of #EADADA
Black with #EADADA
Text Example
Text Example
White with #EADADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADADA; }
p { color: rgb(234,218,218); }
H1.HeaderClassName
{
color: #EADADA;
}
.AnyTagClassName
{
color: #EADADA;
}
</style>
background-color css
<style>
a { background-color: #EADADA; }
a { background-color: rgb(234,218,218); }
div.DivClassName
{
background-color: #EADADA;
}
.BgClassName
{
background-color: #EADADA;
}
</style>
border-color css
<style>
span { border-color: #EADADA; }
span { border-color: rgb(234,218,218); }
td.TdClassName
{
border-color: #EADADA;
}
.TagClassName
{
border-color: #EADADA;
}
</style>