Shades of Soft Peach #E7E3E2
Tints of Soft Peach #E7E3E2
RGB
CMYK
RGB Variations
Color information
#E7E3E2 (or 0xE7E3E2) is known color: Soft Peach. HEX triplet: E7, E3 and E2. RGB value is (231,227,226). Sum of RGB (Red+Green+Blue) = 231+227+226=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E3E2 is #181C1D. Grayscale: #E4E4E4. Windows color (decimal): -1580062 or 14869479. OLE color: 14869479.
HSL color Cylindrical-coordinate representation of color #E7E3E2: hue angle of 12º degrees, saturation: 0.09, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E7E3E2 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 227 | 226 | - |
CMYK | 0 | 0.02 | 0.02 | 0.09 |
HSL | 12º | 0.09% | 0.9% | - |
HSV(B) | 12º | 0.02% | 0.91% | - |
XYZ | 74.15 | 77.42 | 82.99 | - |
YUV | 228.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 227 | 226 | 0 | 0.02 | 0.02 | 0.09 | 12 | 0.09 | 0.9 |
Hex | E7 | E3 | E2 | 0 | 2 | 2 | 9 | C | 9 | 5A |
Octal | 347 | 343 | 342 | 0 | 2 | 2 | 11 | 14 | 11 | 132 |
Binary | 11100111 | 11100011 | 11100010 | 0 | 10 | 10 | 1001 | 1100 | 1001 | 1011010 |
Color Harmonies of #E7E3E2
Complementary color
Monochromatic Colors of #E7E3E2
Black with #E7E3E2
Text Example
Text Example
White with #E7E3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E3E2; }
p { color: rgb(231,227,226); }
H1.HeaderClassName
{
color: #E7E3E2;
}
.AnyTagClassName
{
color: #E7E3E2;
}
</style>
background-color css
<style>
a { background-color: #E7E3E2; }
a { background-color: rgb(231,227,226); }
div.DivClassName
{
background-color: #E7E3E2;
}
.BgClassName
{
background-color: #E7E3E2;
}
</style>
border-color css
<style>
span { border-color: #E7E3E2; }
span { border-color: rgb(231,227,226); }
td.TdClassName
{
border-color: #E7E3E2;
}
.TagClassName
{
border-color: #E7E3E2;
}
</style>