#ECE1CE

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

Shades of Bleach White #ECE1CE

Tints of Bleach White #ECE1CE

Color information

#ECE1CE (or 0xECE1CE) is unknown color: approx Bleach White. HEX triplet: EC, E1 and CE. RGB value is (236,225,206). Sum of RGB (Red+Green+Blue) = 236+225+206=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CE is #131E31. Grayscale: #E2E2E2. Windows color (decimal): -1252914 or 13558252. OLE color: 13558252.

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

Color convert

RGB236225206-
CMYK00.050.130.07
HSL38º44.12%86.67%-
HSV(B)38º12.71%92.55%-
XYZ72.6676.1469.26-
YUV226.12116.64135.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 206 (80.86% from 255) = 30.88%
R=35.38%
G=33.73%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622520600.050.130.073844.1286.67
HexECE1CE05D7262c57
Octal354341316051574654127
Binary111011001110000111001110010111011111001101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1CE; }

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

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

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

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

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

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

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

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