#ECE0CA

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

Shades of Bleach White #ECE0CA

Tints of Bleach White #ECE0CA

Color information

#ECE0CA (or 0xECE0CA) is unknown color: approx Bleach White. HEX triplet: EC, E0 and CA. RGB value is (236,224,202). Sum of RGB (Red+Green+Blue) = 236+224+202=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0CA is #131F35. Grayscale: #E1E1E1. Windows color (decimal): -1253174 or 13295852. OLE color: 13295852.

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

Color convert

RGB236224202-
CMYK00.050.140.07
HSL38.82º47.22%85.88%-
HSV(B)38.82º14.41%92.55%-
XYZ71.9175.4166.64-
YUV225.08114.98135.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 224 (87.89% from 255) = 33.84%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=35.65%
G=33.84%
B=30.51%

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
Decimal23622420200.050.140.0738.8247.2285.88
HexECE0CA05E7272f56
Octal354340312051674757126
Binary111011001110000011001010010111101111001111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0CA; }

 p { color: rgb(236,224,202); }

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

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

 a { background-color: rgb(236,224,202); }

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

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

 span { border-color: rgb(236,224,202); }

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