Shades of Soapstone #EFE4D5
Tints of Soapstone #EFE4D5
RGB
CMYK
RGB Variations
Color information
#EFE4D5 (or 0xEFE4D5) is known color: Soapstone. HEX triplet: EF, E4 and D5. RGB value is (239,228,213). Sum of RGB (Red+Green+Blue) = 239+228+213=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4D5 is #101B2A. Grayscale: #E5E5E5. Windows color (decimal): -1055531 or 14017775. OLE color: 14017775.
HSL color Cylindrical-coordinate representation of color #EFE4D5: hue angle of 34.62º 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 #EFE4D5 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 213 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.06 |
| HSL | 34.62º | 0.45% | 0.89% | - |
| HSV(B) | 34.62º | 0.11% | 0.94% | - |
| XYZ | 75.35 | 78.64 | 74.16 | - |
| YUV | 229.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 213 | 0 | 0.05 | 0.11 | 0.06 | 34.62 | 0.45 | 0.89 |
| Hex | EF | E4 | D5 | 0 | 5 | B | 6 | 23 | 2D | 59 |
| Octal | 357 | 344 | 325 | 0 | 5 | 13 | 6 | 43 | 55 | 131 |
| Binary | 11101111 | 11100100 | 11010101 | 0 | 101 | 1011 | 110 | 100011 | 101101 | 1011001 |
Color Harmonies of #EFE4D5
Complementary color
Monochromatic Colors of #EFE4D5
Black with #EFE4D5
Text Example
Text Example
White with #EFE4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4D5; }
p { color: rgb(239,228,213); }
H1.HeaderClassName
{
color: #EFE4D5;
}
.AnyTagClassName
{
color: #EFE4D5;
}
</style>
background-color css
<style>
a { background-color: #EFE4D5; }
a { background-color: rgb(239,228,213); }
div.DivClassName
{
background-color: #EFE4D5;
}
.BgClassName
{
background-color: #EFE4D5;
}
</style>
border-color css
<style>
span { border-color: #EFE4D5; }
span { border-color: rgb(239,228,213); }
td.TdClassName
{
border-color: #EFE4D5;
}
.TagClassName
{
border-color: #EFE4D5;
}
</style>