Shades of Soapstone #EBE5DB
Tints of Soapstone #EBE5DB
RGB
CMYK
RGB Variations
Color information
#EBE5DB (or 0xEBE5DB) is known color: Soapstone. HEX triplet: EB, E5 and DB. RGB value is (235,229,219). Sum of RGB (Red+Green+Blue) = 235+229+219=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DB is #141A24. Grayscale: #E5E5E5. Windows color (decimal): -1317413 or 14411243. OLE color: 14411243.
HSL color Cylindrical-coordinate representation of color #EBE5DB: hue angle of 37.5º 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 #EBE5DB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 219 | - |
CMYK | 0 | 0.03 | 0.07 | 0.08 |
HSL | 37.5º | 0.29% | 0.89% | - |
HSV(B) | 37.5º | 0.07% | 0.92% | - |
XYZ | 75.07 | 78.82 | 78.27 | - |
YUV | 229.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 219 | 0 | 0.03 | 0.07 | 0.08 | 37.5 | 0.29 | 0.89 |
Hex | EB | E5 | DB | 0 | 3 | 7 | 8 | 26 | 1D | 59 |
Octal | 353 | 345 | 333 | 0 | 3 | 7 | 10 | 46 | 35 | 131 |
Binary | 11101011 | 11100101 | 11011011 | 0 | 11 | 111 | 1000 | 100110 | 11101 | 1011001 |
Color Harmonies of #EBE5DB
Complementary color
Monochromatic Colors of #EBE5DB
Black with #EBE5DB
Text Example
Text Example
White with #EBE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5DB; }
p { color: rgb(235,229,219); }
H1.HeaderClassName
{
color: #EBE5DB;
}
.AnyTagClassName
{
color: #EBE5DB;
}
</style>
background-color css
<style>
a { background-color: #EBE5DB; }
a { background-color: rgb(235,229,219); }
div.DivClassName
{
background-color: #EBE5DB;
}
.BgClassName
{
background-color: #EBE5DB;
}
</style>
border-color css
<style>
span { border-color: #EBE5DB; }
span { border-color: rgb(235,229,219); }
td.TdClassName
{
border-color: #EBE5DB;
}
.TagClassName
{
border-color: #EBE5DB;
}
</style>