Shades of Soft Peach #EBDBDB
Tints of Soft Peach #EBDBDB
RGB
CMYK
RGB Variations
Color information
#EBDBDB (or 0xEBDBDB) is known color: Soft Peach. HEX triplet: EB, DB and DB. RGB value is (235,219,219). Sum of RGB (Red+Green+Blue) = 235+219+219=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBDB is #142424. Grayscale: #DFDFDF. Windows color (decimal): -1319973 or 14408683. OLE color: 14408683.
HSL color Cylindrical-coordinate representation of color #EBDBDB: hue angle of 0º degrees, saturation: 0.29, 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 #EBDBDB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 219 | 219 | - |
CMYK | 0 | 0.07 | 0.07 | 0.08 |
HSL | 0º | 0.29% | 0.89% | - |
HSV(B) | 0º | 0.07% | 0.92% | - |
XYZ | 72.38 | 73.44 | 77.38 | - |
YUV | 223.78 | 125.3 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 219 | 0 | 0.07 | 0.07 | 0.08 | 0 | 0.29 | 0.89 |
Hex | EB | DB | DB | 0 | 7 | 7 | 8 | 0 | 1D | 59 |
Octal | 353 | 333 | 333 | 0 | 7 | 7 | 10 | 0 | 35 | 131 |
Binary | 11101011 | 11011011 | 11011011 | 0 | 111 | 111 | 1000 | 0 | 11101 | 1011001 |
Color Harmonies of #EBDBDB
Complementary color
Monochromatic Colors of #EBDBDB
Black with #EBDBDB
Text Example
Text Example
White with #EBDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBDB; }
p { color: rgb(235,219,219); }
H1.HeaderClassName
{
color: #EBDBDB;
}
.AnyTagClassName
{
color: #EBDBDB;
}
</style>
background-color css
<style>
a { background-color: #EBDBDB; }
a { background-color: rgb(235,219,219); }
div.DivClassName
{
background-color: #EBDBDB;
}
.BgClassName
{
background-color: #EBDBDB;
}
</style>
border-color css
<style>
span { border-color: #EBDBDB; }
span { border-color: rgb(235,219,219); }
td.TdClassName
{
border-color: #EBDBDB;
}
.TagClassName
{
border-color: #EBDBDB;
}
</style>