Shades of Soapstone #EAE5DC
Tints of Soapstone #EAE5DC
RGB
CMYK
RGB Variations
Color information
#EAE5DC (or 0xEAE5DC) is known color: Soapstone. HEX triplet: EA, E5 and DC. RGB value is (234,229,220). Sum of RGB (Red+Green+Blue) = 234+229+220=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DC is #151A23. Grayscale: #E5E5E5. Windows color (decimal): -1382948 or 14476778. OLE color: 14476778.
HSL color Cylindrical-coordinate representation of color #EAE5DC: hue angle of 38.57º degrees, saturation: 0.25, 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 #EAE5DC is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 220 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.08 |
| HSL | 38.57º | 0.25% | 0.89% | - |
| HSV(B) | 38.57º | 0.06% | 0.92% | - |
| XYZ | 74.87 | 78.7 | 78.95 | - |
| YUV | 229.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 220 | 0 | 0.02 | 0.06 | 0.08 | 38.57 | 0.25 | 0.89 |
| Hex | EA | E5 | DC | 0 | 2 | 6 | 8 | 27 | 19 | 59 |
| Octal | 352 | 345 | 334 | 0 | 2 | 6 | 10 | 47 | 31 | 131 |
| Binary | 11101010 | 11100101 | 11011100 | 0 | 10 | 110 | 1000 | 100111 | 11001 | 1011001 |
Color Harmonies of #EAE5DC
Complementary color
Monochromatic Colors of #EAE5DC
Black with #EAE5DC
Text Example
Text Example
White with #EAE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5DC; }
p { color: rgb(234,229,220); }
H1.HeaderClassName
{
color: #EAE5DC;
}
.AnyTagClassName
{
color: #EAE5DC;
}
</style>
background-color css
<style>
a { background-color: #EAE5DC; }
a { background-color: rgb(234,229,220); }
div.DivClassName
{
background-color: #EAE5DC;
}
.BgClassName
{
background-color: #EAE5DC;
}
</style>
border-color css
<style>
span { border-color: #EAE5DC; }
span { border-color: rgb(234,229,220); }
td.TdClassName
{
border-color: #EAE5DC;
}
.TagClassName
{
border-color: #EAE5DC;
}
</style>