#ECE5D9

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

Shades of Soapstone #ECE5D9

Tints of Soapstone #ECE5D9

Color information

#ECE5D9 (or 0xECE5D9) is unknown color: approx Soapstone. HEX triplet: EC, E5 and D9. RGB value is (236,229,217). Sum of RGB (Red+Green+Blue) = 236+229+217=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5D9 is #131A26. Grayscale: #E5E5E5. Windows color (decimal): -1251879 or 14280172. OLE color: 14280172.

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

Color convert

RGB236229217-
CMYK00.030.080.07
HSL37.89º33.33%88.82%-
HSV(B)37.89º8.05%92.55%-
XYZ75.1478.8876.91-
YUV229.72120.82132.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 217 (85.16% 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
Decimal23622921700.030.080.0737.8933.3388.82
HexECE5D90387262159
Octal354345331031074641131
Binary11101100111001011101100101110001111001101000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5D9; }

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

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

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

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

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

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

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

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