Shades of Black White #EBEADC
Tints of Black White #EBEADC
RGB
CMYK
RGB Variations
Color information
#EBEADC (or 0xEBEADC) is known color: Black White. HEX triplet: EB, EA and DC. RGB value is (235,234,220). Sum of RGB (Red+Green+Blue) = 235+234+220=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADC is #141523. Grayscale: #E8E8E8. Windows color (decimal): -1316132 or 14478059. OLE color: 14478059.
HSL color Cylindrical-coordinate representation of color #EBEADC: hue angle of 56º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEADC is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 220 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.08 |
| HSL | 56º | 0.27% | 0.89% | - |
| HSV(B) | 56º | 0.06% | 0.92% | - |
| XYZ | 76.6 | 81.68 | 79.44 | - |
| YUV | 232.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 220 | 0 | 0.00 | 0.06 | 0.08 | 56 | 0.27 | 0.89 |
| Hex | EB | EA | DC | 0 | 0 | 6 | 8 | 38 | 1B | 59 |
| Octal | 353 | 352 | 334 | 0 | 0 | 6 | 10 | 70 | 33 | 131 |
| Binary | 11101011 | 11101010 | 11011100 | 0 | 0 | 110 | 1000 | 111000 | 11011 | 1011001 |
Color Harmonies of #EBEADC
Complementary color
Monochromatic Colors of #EBEADC
Black with #EBEADC
Text Example
Text Example
White with #EBEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEADC; }
p { color: rgb(235,234,220); }
H1.HeaderClassName
{
color: #EBEADC;
}
.AnyTagClassName
{
color: #EBEADC;
}
</style>
background-color css
<style>
a { background-color: #EBEADC; }
a { background-color: rgb(235,234,220); }
div.DivClassName
{
background-color: #EBEADC;
}
.BgClassName
{
background-color: #EBEADC;
}
</style>
border-color css
<style>
span { border-color: #EBEADC; }
span { border-color: rgb(235,234,220); }
td.TdClassName
{
border-color: #EBEADC;
}
.TagClassName
{
border-color: #EBEADC;
}
</style>