#ECE2D5

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

Shades of Soapstone #ECE2D5

Tints of Soapstone #ECE2D5

Color information

#ECE2D5 (or 0xECE2D5) is unknown color: approx Soapstone. HEX triplet: EC, E2 and D5. RGB value is (236,226,213). Sum of RGB (Red+Green+Blue) = 236+226+213=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2D5 is #131D2A. Grayscale: #E3E3E3. Windows color (decimal): -1252651 or 14017260. OLE color: 14017260.

HSL color Cylindrical-coordinate representation of color #ECE2D5: hue angle of 33.91º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE2D5 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236226213-
CMYK00.040.100.07
HSL33.91º37.7%88.04%-
HSV(B)33.91º9.75%92.55%-
XYZ73.877.0373.93-
YUV227.51119.81134.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 213 (83.59% from 255) = 31.56%
R=34.96%
G=33.48%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622621300.040.100.0733.9137.788.04
HexECE2D504A7222658
Octal354342325041274246130
Binary111011001110001011010101010010101111000101001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2D5; }

 p { color: rgb(236,226,213); }

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

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

 a { background-color: rgb(236,226,213); }

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

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

 span { border-color: rgb(236,226,213); }

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