Shades of Soapstone #EBE5DC
Tints of Soapstone #EBE5DC
RGB
CMYK
RGB Variations
Color information
#EBE5DC (or 0xEBE5DC) is known color: Soapstone. HEX triplet: EB, E5 and DC. RGB value is (235,229,220). Sum of RGB (Red+Green+Blue) = 235+229+220=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DC is #141A23. Grayscale: #E5E5E5. Windows color (decimal): -1317412 or 14476779. OLE color: 14476779.
HSL color Cylindrical-coordinate representation of color #EBE5DC: hue angle of 36º 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 #EBE5DC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 220 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.08 |
| HSL | 36º | 0.27% | 0.89% | - |
| HSV(B) | 36º | 0.06% | 0.92% | - |
| XYZ | 75.2 | 78.87 | 78.97 | - |
| YUV | 229.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 220 | 0 | 0.03 | 0.06 | 0.08 | 36 | 0.27 | 0.89 |
| Hex | EB | E5 | DC | 0 | 3 | 6 | 8 | 24 | 1B | 59 |
| Octal | 353 | 345 | 334 | 0 | 3 | 6 | 10 | 44 | 33 | 131 |
| Binary | 11101011 | 11100101 | 11011100 | 0 | 11 | 110 | 1000 | 100100 | 11011 | 1011001 |
Color Harmonies of #EBE5DC
Complementary color
Monochromatic Colors of #EBE5DC
Black with #EBE5DC
Text Example
Text Example
White with #EBE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5DC; }
p { color: rgb(235,229,220); }
H1.HeaderClassName
{
color: #EBE5DC;
}
.AnyTagClassName
{
color: #EBE5DC;
}
</style>
background-color css
<style>
a { background-color: #EBE5DC; }
a { background-color: rgb(235,229,220); }
div.DivClassName
{
background-color: #EBE5DC;
}
.BgClassName
{
background-color: #EBE5DC;
}
</style>
border-color css
<style>
span { border-color: #EBE5DC; }
span { border-color: rgb(235,229,220); }
td.TdClassName
{
border-color: #EBE5DC;
}
.TagClassName
{
border-color: #EBE5DC;
}
</style>