Shades of Black White #EBEADB
Tints of Black White #EBEADB
RGB
CMYK
RGB Variations
Color information
#EBEADB (or 0xEBEADB) is known color: Black White. HEX triplet: EB, EA and DB. RGB value is (235,234,219). Sum of RGB (Red+Green+Blue) = 235+234+219=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADB is #141524. Grayscale: #E8E8E8. Windows color (decimal): -1316133 or 14412523. OLE color: 14412523.
HSL color Cylindrical-coordinate representation of color #EBEADB: hue angle of 56.25º 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 #EBEADB is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 219 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.08 |
| HSL | 56.25º | 0.29% | 0.89% | - |
| HSV(B) | 56.25º | 0.07% | 0.92% | - |
| XYZ | 76.47 | 81.62 | 78.74 | - |
| YUV | 232.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 219 | 0 | 0.00 | 0.07 | 0.08 | 56.25 | 0.29 | 0.89 |
| Hex | EB | EA | DB | 0 | 0 | 7 | 8 | 38 | 1D | 59 |
| Octal | 353 | 352 | 333 | 0 | 0 | 7 | 10 | 70 | 35 | 131 |
| Binary | 11101011 | 11101010 | 11011011 | 0 | 0 | 111 | 1000 | 111000 | 11101 | 1011001 |
Color Harmonies of #EBEADB
Complementary color
Monochromatic Colors of #EBEADB
Black with #EBEADB
Text Example
Text Example
White with #EBEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEADB; }
p { color: rgb(235,234,219); }
H1.HeaderClassName
{
color: #EBEADB;
}
.AnyTagClassName
{
color: #EBEADB;
}
</style>
background-color css
<style>
a { background-color: #EBEADB; }
a { background-color: rgb(235,234,219); }
div.DivClassName
{
background-color: #EBEADB;
}
.BgClassName
{
background-color: #EBEADB;
}
</style>
border-color css
<style>
span { border-color: #EBEADB; }
span { border-color: rgb(235,234,219); }
td.TdClassName
{
border-color: #EBEADB;
}
.TagClassName
{
border-color: #EBEADB;
}
</style>