#ECE5DA

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

Shades of Soapstone #ECE5DA

Tints of Soapstone #ECE5DA

Color information

#ECE5DA (or 0xECE5DA) is unknown color: approx Soapstone. HEX triplet: EC, E5 and DA. RGB value is (236,229,218). Sum of RGB (Red+Green+Blue) = 236+229+218=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5DA is #131A25. Grayscale: #E5E5E5. Windows color (decimal): -1251878 or 14345708. OLE color: 14345708.

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

Color convert

RGB236229218-
CMYK00.030.080.07
HSL36.67º32.14%89.02%-
HSV(B)36.67º7.63%92.55%-
XYZ75.2778.9377.6-
YUV229.84121.32132.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 229 (89.84% from 255) = 33.53%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=34.55%
G=33.53%
B=31.92%

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
Decimal23622921800.030.080.0736.6732.1489.02
HexECE5DA0387252059
Octal354345332031074540131
Binary11101100111001011101101001110001111001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5DA; }

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

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

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

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

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

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

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

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