Shades of Soapstone #ECE4D7
Tints of Soapstone #ECE4D7
RGB
CMYK
RGB Variations
Color information
#ECE4D7 (or 0xECE4D7) is known color: Soapstone. HEX triplet: EC, E4 and D7. RGB value is (236,228,215). Sum of RGB (Red+Green+Blue) = 236+228+215=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4D7 is #131B28. Grayscale: #E4E4E4. Windows color (decimal): -1252137 or 14148844. OLE color: 14148844.
HSL color Cylindrical-coordinate representation of color #ECE4D7: hue angle of 37.14º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE4D7 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 215 | - |
CMYK | 0 | 0.03 | 0.09 | 0.07 |
HSL | 37.14º | 0.36% | 0.88% | - |
HSV(B) | 37.14º | 0.09% | 0.93% | - |
XYZ | 74.6 | 78.23 | 75.46 | - |
YUV | 228.91 | 120.15 | 133.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 215 | 0 | 0.03 | 0.09 | 0.07 | 37.14 | 0.36 | 0.88 |
Hex | EC | E4 | D7 | 0 | 3 | 9 | 7 | 25 | 24 | 58 |
Octal | 354 | 344 | 327 | 0 | 3 | 11 | 7 | 45 | 44 | 130 |
Binary | 11101100 | 11100100 | 11010111 | 0 | 11 | 1001 | 111 | 100101 | 100100 | 1011000 |
Color Harmonies of #ECE4D7
Complementary color
Monochromatic Colors of #ECE4D7
Black with #ECE4D7
Text Example
Text Example
White with #ECE4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4D7; }
p { color: rgb(236,228,215); }
H1.HeaderClassName
{
color: #ECE4D7;
}
.AnyTagClassName
{
color: #ECE4D7;
}
</style>
background-color css
<style>
a { background-color: #ECE4D7; }
a { background-color: rgb(236,228,215); }
div.DivClassName
{
background-color: #ECE4D7;
}
.BgClassName
{
background-color: #ECE4D7;
}
</style>
border-color css
<style>
span { border-color: #ECE4D7; }
span { border-color: rgb(236,228,215); }
td.TdClassName
{
border-color: #ECE4D7;
}
.TagClassName
{
border-color: #ECE4D7;
}
</style>