#EDE6DA

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

Shades of Soapstone #EDE6DA

Tints of Soapstone #EDE6DA

Color information

#EDE6DA (or 0xEDE6DA) is unknown color: approx Soapstone. HEX triplet: ED, E6 and DA. RGB value is (237,230,218). Sum of RGB (Red+Green+Blue) = 237+230+218=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6DA is #121925. Grayscale: #E6E6E6. Windows color (decimal): -1186086 or 14345965. OLE color: 14345965.

HSL color Cylindrical-coordinate representation of color #EDE6DA: hue angle of 37.89º 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 #EDE6DA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237230218-
CMYK00.030.080.07
HSL37.89º34.55%89.22%-
HSV(B)37.89º8.02%92.94%-
XYZ75.8879.6677.71-
YUV230.72120.82132.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 230 (90.23% from 255) = 33.58%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=34.60%
G=33.58%
B=31.82%

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
Decimal23723021800.030.080.0737.8934.5589.22
HexEDE6DA0387262359
Octal355346332031074643131
Binary11101101111001101101101001110001111001101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE6DA; }

 p { color: rgb(237,230,218); }

 H1.HeaderClassName
 {
   color: #EDE6DA;
 }
 .AnyTagClassName
 {
   color: #EDE6DA;
 }
</style>
background-color css

<style>
 a { background-color: #EDE6DA; }

 a { background-color: rgb(237,230,218); }

 div.DivClassName
 {
   background-color: #EDE6DA;
 }
 .BgClassName
 {
   background-color: #EDE6DA;
 }
</style>
border-color css

<style>
 span { border-color: #EDE6DA; }

 span { border-color: rgb(237,230,218); }

 td.TdClassName
 {
   border-color: #EDE6DA;
 }
 .TagClassName
 {
   border-color: #EDE6DA;
 }
</style>