#ECE6DC

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

Shades of Soapstone #ECE6DC

Tints of Soapstone #ECE6DC

Color information

#ECE6DC (or 0xECE6DC) is unknown color: approx Soapstone. HEX triplet: EC, E6 and DC. RGB value is (236,230,220). Sum of RGB (Red+Green+Blue) = 236+230+220=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6DC is #131923. Grayscale: #E6E6E6. Windows color (decimal): -1251620 or 14477036. OLE color: 14477036.

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

Color convert

RGB236230220-
CMYK00.030.070.07
HSL37.5º29.63%89.41%-
HSV(B)37.5º6.78%92.55%-
XYZ75.8179.5979.08-
YUV230.65121.99131.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.40%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=34.40%
G=33.53%
B=32.07%

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
Decimal23623022000.030.070.0737.529.6389.41
HexECE6DC0377261e59
Octal35434633403774636131
Binary111011001110011011011100011111111100110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6DC; }

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

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

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

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

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

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

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

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