Shades of Soapstone #EBE5D9
Tints of Soapstone #EBE5D9
RGB
CMYK
RGB Variations
Color information
#EBE5D9 (or 0xEBE5D9) is known color: Soapstone. HEX triplet: EB, E5 and D9. RGB value is (235,229,217). Sum of RGB (Red+Green+Blue) = 235+229+217=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D9 is #141A26. Grayscale: #E5E5E5. Windows color (decimal): -1317415 or 14280171. OLE color: 14280171.
HSL color Cylindrical-coordinate representation of color #EBE5D9: hue angle of 40º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE5D9 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 217 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.08 |
| HSL | 40º | 0.31% | 0.89% | - |
| HSV(B) | 40º | 0.08% | 0.92% | - |
| XYZ | 74.8 | 78.71 | 76.9 | - |
| YUV | 229.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 217 | 0 | 0.03 | 0.08 | 0.08 | 40 | 0.31 | 0.89 |
| Hex | EB | E5 | D9 | 0 | 3 | 8 | 8 | 28 | 1F | 59 |
| Octal | 353 | 345 | 331 | 0 | 3 | 10 | 10 | 50 | 37 | 131 |
| Binary | 11101011 | 11100101 | 11011001 | 0 | 11 | 1000 | 1000 | 101000 | 11111 | 1011001 |
Color Harmonies of #EBE5D9
Complementary color
Monochromatic Colors of #EBE5D9
Black with #EBE5D9
Text Example
Text Example
White with #EBE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5D9; }
p { color: rgb(235,229,217); }
H1.HeaderClassName
{
color: #EBE5D9;
}
.AnyTagClassName
{
color: #EBE5D9;
}
</style>
background-color css
<style>
a { background-color: #EBE5D9; }
a { background-color: rgb(235,229,217); }
div.DivClassName
{
background-color: #EBE5D9;
}
.BgClassName
{
background-color: #EBE5D9;
}
</style>
border-color css
<style>
span { border-color: #EBE5D9; }
span { border-color: rgb(235,229,217); }
td.TdClassName
{
border-color: #EBE5D9;
}
.TagClassName
{
border-color: #EBE5D9;
}
</style>