#EDE7DA

Color #EDE7DA Soapstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soapstone #EDE7DA

Tints of Soapstone #EDE7DA

Color information

#EDE7DA (or 0xEDE7DA) is unknown color: approx 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

RGB237231218-
CMYK00.030.080.07
HSL41.05º34.55%89.22%-
HSV(B)41.05º8.02%92.94%-
XYZ76.1680.2277.8-
YUV231.31120.49132.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=34.55%
G=33.67%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723121800.030.080.0741.0534.5589.22
HexEDE7DA0387292359
Octal355347332031075143131
Binary11101101111001111101101001110001111010011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>