Shades of Soft Peach #EADEDD
Tints of Soft Peach #EADEDD
RGB
CMYK
RGB Variations
Color information
#EADEDD (or 0xEADEDD) is known color: Soft Peach. HEX triplet: EA, DE and DD. RGB value is (234,222,221). Sum of RGB (Red+Green+Blue) = 234+222+221=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDD is #152122. Grayscale: #E1E1E1. Windows color (decimal): -1384739 or 14540522. OLE color: 14540522.
HSL color Cylindrical-coordinate representation of color #EADEDD: hue angle of 4.62º degrees, saturation: 0.24, 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 #EADEDD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 221 | - |
CMYK | 0 | 0.05 | 0.06 | 0.08 |
HSL | 4.62º | 0.24% | 0.89% | - |
HSV(B) | 4.62º | 0.06% | 0.92% | - |
XYZ | 73.1 | 74.96 | 79.02 | - |
YUV | 225.47 | 125.48 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 221 | 0 | 0.05 | 0.06 | 0.08 | 4.62 | 0.24 | 0.89 |
Hex | EA | DE | DD | 0 | 5 | 6 | 8 | 5 | 18 | 59 |
Octal | 352 | 336 | 335 | 0 | 5 | 6 | 10 | 5 | 30 | 131 |
Binary | 11101010 | 11011110 | 11011101 | 0 | 101 | 110 | 1000 | 101 | 11000 | 1011001 |
Color Harmonies of #EADEDD
Complementary color
Monochromatic Colors of #EADEDD
Black with #EADEDD
Text Example
Text Example
White with #EADEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEDD; }
p { color: rgb(234,222,221); }
H1.HeaderClassName
{
color: #EADEDD;
}
.AnyTagClassName
{
color: #EADEDD;
}
</style>
background-color css
<style>
a { background-color: #EADEDD; }
a { background-color: rgb(234,222,221); }
div.DivClassName
{
background-color: #EADEDD;
}
.BgClassName
{
background-color: #EADEDD;
}
</style>
border-color css
<style>
span { border-color: #EADEDD; }
span { border-color: rgb(234,222,221); }
td.TdClassName
{
border-color: #EADEDD;
}
.TagClassName
{
border-color: #EADEDD;
}
</style>