Shades of Soapstone #EFE5D5
Tints of Soapstone #EFE5D5
RGB
CMYK
RGB Variations
Color information
#EFE5D5 (or 0xEFE5D5) is known color: Soapstone. HEX triplet: EF, E5 and D5. RGB value is (239,229,213). Sum of RGB (Red+Green+Blue) = 239+229+213=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D5 is #101A2A. Grayscale: #E6E6E6. Windows color (decimal): -1055275 or 14018031. OLE color: 14018031.
HSL color Cylindrical-coordinate representation of color #EFE5D5: hue angle of 36.92º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE5D5 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 213 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.06 |
| HSL | 36.92º | 0.45% | 0.89% | - |
| HSV(B) | 36.92º | 0.11% | 0.94% | - |
| XYZ | 75.63 | 79.19 | 74.25 | - |
| YUV | 230.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 213 | 0 | 0.04 | 0.11 | 0.06 | 36.92 | 0.45 | 0.89 |
| Hex | EF | E5 | D5 | 0 | 4 | B | 6 | 25 | 2D | 59 |
| Octal | 357 | 345 | 325 | 0 | 4 | 13 | 6 | 45 | 55 | 131 |
| Binary | 11101111 | 11100101 | 11010101 | 0 | 100 | 1011 | 110 | 100101 | 101101 | 1011001 |
Color Harmonies of #EFE5D5
Complementary color
Monochromatic Colors of #EFE5D5
Black with #EFE5D5
Text Example
Text Example
White with #EFE5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5D5; }
p { color: rgb(239,229,213); }
H1.HeaderClassName
{
color: #EFE5D5;
}
.AnyTagClassName
{
color: #EFE5D5;
}
</style>
background-color css
<style>
a { background-color: #EFE5D5; }
a { background-color: rgb(239,229,213); }
div.DivClassName
{
background-color: #EFE5D5;
}
.BgClassName
{
background-color: #EFE5D5;
}
</style>
border-color css
<style>
span { border-color: #EFE5D5; }
span { border-color: rgb(239,229,213); }
td.TdClassName
{
border-color: #EFE5D5;
}
.TagClassName
{
border-color: #EFE5D5;
}
</style>