Shades of Soapstone #EFE5D7
Tints of Soapstone #EFE5D7
RGB
CMYK
RGB Variations
Color information
#EFE5D7 (or 0xEFE5D7) is known color: Soapstone. HEX triplet: EF, E5 and D7. RGB value is (239,229,215). Sum of RGB (Red+Green+Blue) = 239+229+215=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D7 is #101A28. Grayscale: #E6E6E6. Windows color (decimal): -1055273 or 14149103. OLE color: 14149103.
HSL color Cylindrical-coordinate representation of color #EFE5D7: hue angle of 35º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE5D7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 215 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.06 |
| HSL | 35º | 0.43% | 0.89% | - |
| HSV(B) | 35º | 0.1% | 0.94% | - |
| XYZ | 75.88 | 79.3 | 75.6 | - |
| YUV | 230.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 215 | 0 | 0.04 | 0.10 | 0.06 | 35 | 0.43 | 0.89 |
| Hex | EF | E5 | D7 | 0 | 4 | A | 6 | 23 | 2B | 59 |
| Octal | 357 | 345 | 327 | 0 | 4 | 12 | 6 | 43 | 53 | 131 |
| Binary | 11101111 | 11100101 | 11010111 | 0 | 100 | 1010 | 110 | 100011 | 101011 | 1011001 |
Color Harmonies of #EFE5D7
Complementary color
Monochromatic Colors of #EFE5D7
Black with #EFE5D7
Text Example
Text Example
White with #EFE5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5D7; }
p { color: rgb(239,229,215); }
H1.HeaderClassName
{
color: #EFE5D7;
}
.AnyTagClassName
{
color: #EFE5D7;
}
</style>
background-color css
<style>
a { background-color: #EFE5D7; }
a { background-color: rgb(239,229,215); }
div.DivClassName
{
background-color: #EFE5D7;
}
.BgClassName
{
background-color: #EFE5D7;
}
</style>
border-color css
<style>
span { border-color: #EFE5D7; }
span { border-color: rgb(239,229,215); }
td.TdClassName
{
border-color: #EFE5D7;
}
.TagClassName
{
border-color: #EFE5D7;
}
</style>