Shades of Black White #EBEADE
Tints of Black White #EBEADE
RGB
CMYK
RGB Variations
Color information
#EBEADE (or 0xEBEADE) is known color: Black White. HEX triplet: EB, EA and DE. RGB value is (235,234,222). Sum of RGB (Red+Green+Blue) = 235+234+222=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADE is #141521. Grayscale: #E8E8E8. Windows color (decimal): -1316130 or 14609131. OLE color: 14609131.
HSL color Cylindrical-coordinate representation of color #EBEADE: hue angle of 55.38º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEADE is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 234 | 222 | - |
CMYK | 0 | 0.00 | 0.06 | 0.08 |
HSL | 55.38º | 0.25% | 0.9% | - |
HSV(B) | 55.38º | 0.06% | 0.92% | - |
XYZ | 76.87 | 81.78 | 80.84 | - |
YUV | 232.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 222 | 0 | 0.00 | 0.06 | 0.08 | 55.38 | 0.25 | 0.9 |
Hex | EB | EA | DE | 0 | 0 | 6 | 8 | 37 | 19 | 5A |
Octal | 353 | 352 | 336 | 0 | 0 | 6 | 10 | 67 | 31 | 132 |
Binary | 11101011 | 11101010 | 11011110 | 0 | 0 | 110 | 1000 | 110111 | 11001 | 1011010 |
Color Harmonies of #EBEADE
Complementary color
Monochromatic Colors of #EBEADE
Black with #EBEADE
Text Example
Text Example
White with #EBEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEADE; }
p { color: rgb(235,234,222); }
H1.HeaderClassName
{
color: #EBEADE;
}
.AnyTagClassName
{
color: #EBEADE;
}
</style>
background-color css
<style>
a { background-color: #EBEADE; }
a { background-color: rgb(235,234,222); }
div.DivClassName
{
background-color: #EBEADE;
}
.BgClassName
{
background-color: #EBEADE;
}
</style>
border-color css
<style>
span { border-color: #EBEADE; }
span { border-color: rgb(235,234,222); }
td.TdClassName
{
border-color: #EBEADE;
}
.TagClassName
{
border-color: #EBEADE;
}
</style>