Shades of Soapstone #EDE7DA
Tints of Soapstone #EDE7DA
RGB
CMYK
RGB Variations
Color information
#EDE7DA (or 0xEDE7DA) is known color: Soapstone. HEX triplet: ED, E7 and DA. RGB value is (237,231,218). Sum of RGB (Red+Green+Blue) = 237+231+218=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7DA is #121825. Grayscale: #E7E7E7. Windows color (decimal): -1185830 or 14346221. OLE color: 14346221.
HSL color Cylindrical-coordinate representation of color #EDE7DA: hue angle of 41.05º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE7DA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 231 | 218 | - |
CMYK | 0 | 0.03 | 0.08 | 0.07 |
HSL | 41.05º | 0.35% | 0.89% | - |
HSV(B) | 41.05º | 0.08% | 0.93% | - |
XYZ | 76.16 | 80.22 | 77.8 | - |
YUV | 231.31 | 120.49 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 218 | 0 | 0.03 | 0.08 | 0.07 | 41.05 | 0.35 | 0.89 |
Hex | ED | E7 | DA | 0 | 3 | 8 | 7 | 29 | 23 | 59 |
Octal | 355 | 347 | 332 | 0 | 3 | 10 | 7 | 51 | 43 | 131 |
Binary | 11101101 | 11100111 | 11011010 | 0 | 11 | 1000 | 111 | 101001 | 100011 | 1011001 |
Color Harmonies of #EDE7DA
Complementary color
Monochromatic Colors of #EDE7DA
Black with #EDE7DA
Text Example
Text Example
White with #EDE7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7DA; }
p { color: rgb(237,231,218); }
H1.HeaderClassName
{
color: #EDE7DA;
}
.AnyTagClassName
{
color: #EDE7DA;
}
</style>
background-color css
<style>
a { background-color: #EDE7DA; }
a { background-color: rgb(237,231,218); }
div.DivClassName
{
background-color: #EDE7DA;
}
.BgClassName
{
background-color: #EDE7DA;
}
</style>
border-color css
<style>
span { border-color: #EDE7DA; }
span { border-color: rgb(237,231,218); }
td.TdClassName
{
border-color: #EDE7DA;
}
.TagClassName
{
border-color: #EDE7DA;
}
</style>