Shades of Soft Peach #EADCDA
Tints of Soft Peach #EADCDA
RGB
CMYK
RGB Variations
Color information
#EADCDA (or 0xEADCDA) is known color: Soft Peach. HEX triplet: EA, DC and DA. RGB value is (234,220,218). Sum of RGB (Red+Green+Blue) = 234+220+218=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDA is #152325. Grayscale: #DFDFDF. Windows color (decimal): -1385254 or 14343402. OLE color: 14343402.
HSL color Cylindrical-coordinate representation of color #EADCDA: hue angle of 7.5º 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 #EADCDA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 218 | - |
CMYK | 0 | 0.06 | 0.07 | 0.08 |
HSL | 7.5º | 0.28% | 0.89% | - |
HSV(B) | 7.5º | 0.07% | 0.92% | - |
XYZ | 72.18 | 73.74 | 76.76 | - |
YUV | 223.96 | 124.64 | 135.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 218 | 0 | 0.06 | 0.07 | 0.08 | 7.5 | 0.28 | 0.89 |
Hex | EA | DC | DA | 0 | 6 | 7 | 8 | 8 | 1C | 59 |
Octal | 352 | 334 | 332 | 0 | 6 | 7 | 10 | 10 | 34 | 131 |
Binary | 11101010 | 11011100 | 11011010 | 0 | 110 | 111 | 1000 | 1000 | 11100 | 1011001 |
Color Harmonies of #EADCDA
Complementary color
Monochromatic Colors of #EADCDA
Black with #EADCDA
Text Example
Text Example
White with #EADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCDA; }
p { color: rgb(234,220,218); }
H1.HeaderClassName
{
color: #EADCDA;
}
.AnyTagClassName
{
color: #EADCDA;
}
</style>
background-color css
<style>
a { background-color: #EADCDA; }
a { background-color: rgb(234,220,218); }
div.DivClassName
{
background-color: #EADCDA;
}
.BgClassName
{
background-color: #EADCDA;
}
</style>
border-color css
<style>
span { border-color: #EADCDA; }
span { border-color: rgb(234,220,218); }
td.TdClassName
{
border-color: #EADCDA;
}
.TagClassName
{
border-color: #EADCDA;
}
</style>