#ECE5DB

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

Shades of Soapstone #ECE5DB

Tints of Soapstone #ECE5DB

Color information

#ECE5DB (or 0xECE5DB) is unknown color: approx Soapstone. HEX triplet: EC, E5 and DB. RGB value is (236,229,219). Sum of RGB (Red+Green+Blue) = 236+229+219=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5DB is #131A24. Grayscale: #E5E5E5. Windows color (decimal): -1251877 or 14411244. OLE color: 14411244.

HSL color Cylindrical-coordinate representation of color #ECE5DB: hue angle of 35.29º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE5DB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236229219-
CMYK00.030.070.07
HSL35.29º30.91%89.22%-
HSV(B)35.29º7.2%92.55%-
XYZ75.478.9978.29-
YUV229.95121.82132.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=34.50%
G=33.48%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622921900.030.070.0735.2930.9189.22
HexECE5DB0377231f59
Octal35434533303774337131
Binary111011001110010111011011011111111100011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5DB; }

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

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

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

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

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

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

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

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