Shades of Soft Peach #EBE3E2
Tints of Soft Peach #EBE3E2
RGB
CMYK
RGB Variations
Color information
#EBE3E2 (or 0xEBE3E2) is known color: Soft Peach. HEX triplet: EB, E3 and E2. RGB value is (235,227,226). Sum of RGB (Red+Green+Blue) = 235+227+226=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3E2 is #141C1D. Grayscale: #E5E5E5. Windows color (decimal): -1317918 or 14869483. OLE color: 14869483.
HSL color Cylindrical-coordinate representation of color #EBE3E2: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE3E2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 227 | 226 | - |
CMYK | 0 | 0.03 | 0.04 | 0.08 |
HSL | 6.67º | 0.18% | 0.9% | - |
HSV(B) | 6.67º | 0.04% | 0.92% | - |
XYZ | 75.46 | 78.09 | 83.05 | - |
YUV | 229.28 | 126.15 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 227 | 226 | 0 | 0.03 | 0.04 | 0.08 | 6.67 | 0.18 | 0.9 |
Hex | EB | E3 | E2 | 0 | 3 | 4 | 8 | 7 | 12 | 5A |
Octal | 353 | 343 | 342 | 0 | 3 | 4 | 10 | 7 | 22 | 132 |
Binary | 11101011 | 11100011 | 11100010 | 0 | 11 | 100 | 1000 | 111 | 10010 | 1011010 |
Color Harmonies of #EBE3E2
Complementary color
Monochromatic Colors of #EBE3E2
Black with #EBE3E2
Text Example
Text Example
White with #EBE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3E2; }
p { color: rgb(235,227,226); }
H1.HeaderClassName
{
color: #EBE3E2;
}
.AnyTagClassName
{
color: #EBE3E2;
}
</style>
background-color css
<style>
a { background-color: #EBE3E2; }
a { background-color: rgb(235,227,226); }
div.DivClassName
{
background-color: #EBE3E2;
}
.BgClassName
{
background-color: #EBE3E2;
}
</style>
border-color css
<style>
span { border-color: #EBE3E2; }
span { border-color: rgb(235,227,226); }
td.TdClassName
{
border-color: #EBE3E2;
}
.TagClassName
{
border-color: #EBE3E2;
}
</style>