Shades of Soft Peach #EADEDC
Tints of Soft Peach #EADEDC
RGB
CMYK
RGB Variations
Color information
#EADEDC (or 0xEADEDC) is known color: Soft Peach. HEX triplet: EA, DE and DC. RGB value is (234,222,220). Sum of RGB (Red+Green+Blue) = 234+222+220=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDC is #152123. Grayscale: #E1E1E1. Windows color (decimal): -1384740 or 14474986. OLE color: 14474986.
HSL color Cylindrical-coordinate representation of color #EADEDC: hue angle of 8.57º degrees, saturation: 0.25, 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 #EADEDC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 220 | - |
CMYK | 0 | 0.05 | 0.06 | 0.08 |
HSL | 8.57º | 0.25% | 0.89% | - |
HSV(B) | 8.57º | 0.06% | 0.92% | - |
XYZ | 72.97 | 74.9 | 78.32 | - |
YUV | 225.36 | 124.98 | 134.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 220 | 0 | 0.05 | 0.06 | 0.08 | 8.57 | 0.25 | 0.89 |
Hex | EA | DE | DC | 0 | 5 | 6 | 8 | 9 | 19 | 59 |
Octal | 352 | 336 | 334 | 0 | 5 | 6 | 10 | 11 | 31 | 131 |
Binary | 11101010 | 11011110 | 11011100 | 0 | 101 | 110 | 1000 | 1001 | 11001 | 1011001 |
Color Harmonies of #EADEDC
Complementary color
Monochromatic Colors of #EADEDC
Black with #EADEDC
Text Example
Text Example
White with #EADEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEDC; }
p { color: rgb(234,222,220); }
H1.HeaderClassName
{
color: #EADEDC;
}
.AnyTagClassName
{
color: #EADEDC;
}
</style>
background-color css
<style>
a { background-color: #EADEDC; }
a { background-color: rgb(234,222,220); }
div.DivClassName
{
background-color: #EADEDC;
}
.BgClassName
{
background-color: #EADEDC;
}
</style>
border-color css
<style>
span { border-color: #EADEDC; }
span { border-color: rgb(234,222,220); }
td.TdClassName
{
border-color: #EADEDC;
}
.TagClassName
{
border-color: #EADEDC;
}
</style>