#ECE2CD

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

Shades of Bleach White #ECE2CD

Tints of Bleach White #ECE2CD

Color information

#ECE2CD (or 0xECE2CD) is unknown color: approx Bleach White. HEX triplet: EC, E2 and CD. RGB value is (236,226,205). Sum of RGB (Red+Green+Blue) = 236+226+205=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2CD is #131D32. Grayscale: #E2E2E2. Windows color (decimal): -1252659 or 13492972. OLE color: 13492972.

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

Color convert

RGB236226205-
CMYK00.040.130.07
HSL40.65º44.93%86.47%-
HSV(B)40.65º13.14%92.55%-
XYZ72.8176.6368.71-
YUV226.6115.81134.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=35.38%
G=33.88%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622620500.040.130.0740.6544.9386.47
HexECE2CD04D7292d56
Octal354342315041575155126
Binary111011001110001011001101010011011111010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2CD; }

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

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

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

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

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

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

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

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