#ECE6DA

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

Shades of Soapstone #ECE6DA

Tints of Soapstone #ECE6DA

Color information

#ECE6DA (or 0xECE6DA) is unknown color: approx Soapstone. HEX triplet: EC, E6 and DA. RGB value is (236,230,218). Sum of RGB (Red+Green+Blue) = 236+230+218=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6DA is #131925. Grayscale: #E6E6E6. Windows color (decimal): -1251622 or 14345964. OLE color: 14345964.

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

Color convert

RGB236230218-
CMYK00.030.080.07
HSL40º32.14%89.02%-
HSV(B)40º7.63%92.55%-
XYZ75.5479.4977.69-
YUV230.43120.99131.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=34.50%
G=33.63%
B=31.87%

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
Decimal23623021800.030.080.074032.1489.02
HexECE6DA0387282059
Octal354346332031075040131
Binary11101100111001101101101001110001111010001000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6DA; }

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

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

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

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

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

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

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

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