#ECE1CB

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

Shades of Bleach White #ECE1CB

Tints of Bleach White #ECE1CB

Color information

#ECE1CB (or 0xECE1CB) is unknown color: approx Bleach White. HEX triplet: EC, E1 and CB. RGB value is (236,225,203). Sum of RGB (Red+Green+Blue) = 236+225+203=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CB is #131E34. Grayscale: #E1E1E1. Windows color (decimal): -1252917 or 13361644. OLE color: 13361644.

HSL color Cylindrical-coordinate representation of color #ECE1CB: hue angle of 40º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE1CB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236225203-
CMYK00.050.140.07
HSL40º46.48%86.08%-
HSV(B)40º13.98%92.55%-
XYZ72.37667.36-
YUV225.78115.14135.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 225 (88.28% from 255) = 33.89%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=35.54%
G=33.89%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622520300.050.140.074046.4886.08
HexECE1CB05E7282e56
Octal354341313051675056126
Binary111011001110000111001011010111101111010001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1CB; }

 p { color: rgb(236,225,203); }

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

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

 a { background-color: rgb(236,225,203); }

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

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

 span { border-color: rgb(236,225,203); }

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