#ECE2CC

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

Shades of Bleach White #ECE2CC

Tints of Bleach White #ECE2CC

Color information

#ECE2CC (or 0xECE2CC) is unknown color: approx Bleach White. HEX triplet: EC, E2 and CC. RGB value is (236,226,204). Sum of RGB (Red+Green+Blue) = 236+226+204=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2CC is #131D33. Grayscale: #E2E2E2. Windows color (decimal): -1252660 or 13427436. OLE color: 13427436.

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

Color convert

RGB236226204-
CMYK00.040.140.07
HSL41.25º45.71%86.27%-
HSV(B)41.25º13.56%92.55%-
XYZ72.6976.5968.08-
YUV226.48115.31134.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=35.44%
G=33.93%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622620400.040.140.0741.2545.7186.27
HexECE2CC04E7292e56
Octal354342314041675156126
Binary111011001110001011001100010011101111010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2CC; }

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

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

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

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

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

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

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

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