#ECE6DB

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

Shades of Soapstone #ECE6DB

Tints of Soapstone #ECE6DB

Color information

#ECE6DB (or 0xECE6DB) is unknown color: approx Soapstone. HEX triplet: EC, E6 and DB. RGB value is (236,230,219). Sum of RGB (Red+Green+Blue) = 236+230+219=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6DB is #131924. Grayscale: #E6E6E6. Windows color (decimal): -1251621 or 14411500. OLE color: 14411500.

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

Color convert

RGB236230219-
CMYK00.030.070.07
HSL38.82º30.91%89.22%-
HSV(B)38.82º7.2%92.55%-
XYZ75.6879.5478.38-
YUV230.54121.49131.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 230 (90.23% from 255) = 33.58%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=34.45%
G=33.58%
B=31.97%

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
Decimal23623021900.030.070.0738.8230.9189.22
HexECE6DB0377271f59
Octal35434633303774737131
Binary111011001110011011011011011111111100111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6DB; }

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

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

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

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

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

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

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

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