Shades of Soapstone #EEE4D6
Tints of Soapstone #EEE4D6
RGB
CMYK
RGB Variations
Color information
#EEE4D6 (or 0xEEE4D6) is known color: Soapstone. HEX triplet: EE, E4 and D6. RGB value is (238,228,214). Sum of RGB (Red+Green+Blue) = 238+228+214=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 214 (83.98% from 255 or 31.47% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4D6 is #111B29. Grayscale: #E5E5E5. Windows color (decimal): -1121066 or 14083310. OLE color: 14083310.
HSL color Cylindrical-coordinate representation of color #EEE4D6: hue angle of 35º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE4D6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 214 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.07 |
| HSL | 35º | 0.41% | 0.89% | - |
| HSV(B) | 35º | 0.1% | 0.93% | - |
| XYZ | 75.14 | 78.52 | 74.81 | - |
| YUV | 229.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 214 | 0 | 0.04 | 0.10 | 0.07 | 35 | 0.41 | 0.89 |
| Hex | EE | E4 | D6 | 0 | 4 | A | 7 | 23 | 29 | 59 |
| Octal | 356 | 344 | 326 | 0 | 4 | 12 | 7 | 43 | 51 | 131 |
| Binary | 11101110 | 11100100 | 11010110 | 0 | 100 | 1010 | 111 | 100011 | 101001 | 1011001 |
Color Harmonies of #EEE4D6
Complementary color
Monochromatic Colors of #EEE4D6
Black with #EEE4D6
Text Example
Text Example
White with #EEE4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4D6; }
p { color: rgb(238,228,214); }
H1.HeaderClassName
{
color: #EEE4D6;
}
.AnyTagClassName
{
color: #EEE4D6;
}
</style>
background-color css
<style>
a { background-color: #EEE4D6; }
a { background-color: rgb(238,228,214); }
div.DivClassName
{
background-color: #EEE4D6;
}
.BgClassName
{
background-color: #EEE4D6;
}
</style>
border-color css
<style>
span { border-color: #EEE4D6; }
span { border-color: rgb(238,228,214); }
td.TdClassName
{
border-color: #EEE4D6;
}
.TagClassName
{
border-color: #EEE4D6;
}
</style>