Shades of Soft Peach #EADBDA
Tints of Soft Peach #EADBDA
RGB
CMYK
RGB Variations
Color information
#EADBDA (or 0xEADBDA) is known color: Soft Peach. HEX triplet: EA, DB and DA. RGB value is (234,219,218). Sum of RGB (Red+Green+Blue) = 234+219+218=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDA is #152425. Grayscale: #DFDFDF. Windows color (decimal): -1385510 or 14343146. OLE color: 14343146.
HSL color Cylindrical-coordinate representation of color #EADBDA: hue angle of 3.75º 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 #EADBDA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 219 | 218 | - |
CMYK | 0 | 0.06 | 0.07 | 0.08 |
HSL | 3.75º | 0.28% | 0.89% | - |
HSV(B) | 3.75º | 0.07% | 0.92% | - |
XYZ | 71.92 | 73.22 | 76.67 | - |
YUV | 223.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 219 | 218 | 0 | 0.06 | 0.07 | 0.08 | 3.75 | 0.28 | 0.89 |
Hex | EA | DB | DA | 0 | 6 | 7 | 8 | 4 | 1C | 59 |
Octal | 352 | 333 | 332 | 0 | 6 | 7 | 10 | 4 | 34 | 131 |
Binary | 11101010 | 11011011 | 11011010 | 0 | 110 | 111 | 1000 | 100 | 11100 | 1011001 |
Color Harmonies of #EADBDA
Complementary color
Monochromatic Colors of #EADBDA
Black with #EADBDA
Text Example
Text Example
White with #EADBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBDA; }
p { color: rgb(234,219,218); }
H1.HeaderClassName
{
color: #EADBDA;
}
.AnyTagClassName
{
color: #EADBDA;
}
</style>
background-color css
<style>
a { background-color: #EADBDA; }
a { background-color: rgb(234,219,218); }
div.DivClassName
{
background-color: #EADBDA;
}
.BgClassName
{
background-color: #EADBDA;
}
</style>
border-color css
<style>
span { border-color: #EADBDA; }
span { border-color: rgb(234,219,218); }
td.TdClassName
{
border-color: #EADBDA;
}
.TagClassName
{
border-color: #EADBDA;
}
</style>