Shades of Soft Peach #E7DADA
Tints of Soft Peach #E7DADA
RGB
CMYK
RGB Variations
Color information
#E7DADA (or 0xE7DADA) is known color: Soft Peach. HEX triplet: E7, DA and DA. RGB value is (231,218,218). Sum of RGB (Red+Green+Blue) = 231+218+218=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADA is #182525. Grayscale: #DDDDDD. Windows color (decimal): -1582374 or 14342887. OLE color: 14342887.
HSL color Cylindrical-coordinate representation of color #E7DADA: hue angle of 0º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DADA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 218 | - |
CMYK | 0 | 0.06 | 0.06 | 0.09 |
HSL | 0º | 0.21% | 0.88% | - |
HSV(B) | 0º | 0.06% | 0.91% | - |
XYZ | 70.68 | 72.19 | 76.54 | - |
YUV | 221.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 218 | 0 | 0.06 | 0.06 | 0.09 | 0 | 0.21 | 0.88 |
Hex | E7 | DA | DA | 0 | 6 | 6 | 9 | 0 | 15 | 58 |
Octal | 347 | 332 | 332 | 0 | 6 | 6 | 11 | 0 | 25 | 130 |
Binary | 11100111 | 11011010 | 11011010 | 0 | 110 | 110 | 1001 | 0 | 10101 | 1011000 |
Color Harmonies of #E7DADA
Complementary color
Monochromatic Colors of #E7DADA
Black with #E7DADA
Text Example
Text Example
White with #E7DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DADA; }
p { color: rgb(231,218,218); }
H1.HeaderClassName
{
color: #E7DADA;
}
.AnyTagClassName
{
color: #E7DADA;
}
</style>
background-color css
<style>
a { background-color: #E7DADA; }
a { background-color: rgb(231,218,218); }
div.DivClassName
{
background-color: #E7DADA;
}
.BgClassName
{
background-color: #E7DADA;
}
</style>
border-color css
<style>
span { border-color: #E7DADA; }
span { border-color: rgb(231,218,218); }
td.TdClassName
{
border-color: #E7DADA;
}
.TagClassName
{
border-color: #E7DADA;
}
</style>