#ECE1CC

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

Shades of Bleach White #ECE1CC

Tints of Bleach White #ECE1CC

Color information

#ECE1CC (or 0xECE1CC) is unknown color: approx Bleach White. HEX triplet: EC, E1 and CC. RGB value is (236,225,204). Sum of RGB (Red+Green+Blue) = 236+225+204=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CC is #131E33. Grayscale: #E1E1E1. Windows color (decimal): -1252916 or 13427180. OLE color: 13427180.

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

Color convert

RGB236225204-
CMYK00.050.140.07
HSL39.38º45.71%86.27%-
HSV(B)39.38º13.56%92.55%-
XYZ72.4276.0467.99-
YUV225.9115.64135.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 204 (80.08% from 255) = 30.68%
R=35.49%
G=33.83%
B=30.68%

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
Decimal23622520400.050.140.0739.3845.7186.27
HexECE1CC05E7272e56
Octal354341314051674756126
Binary111011001110000111001100010111101111001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1CC; }

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

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

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

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

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

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

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

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