#ECE0CD

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

Shades of Bleach White #ECE0CD

Tints of Bleach White #ECE0CD

Color information

#ECE0CD (or 0xECE0CD) is unknown color: approx Bleach White. HEX triplet: EC, E0 and CD. RGB value is (236,224,205). Sum of RGB (Red+Green+Blue) = 236+224+205=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0CD is #131F32. Grayscale: #E1E1E1. Windows color (decimal): -1253171 or 13492460. OLE color: 13492460.

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

Color convert

RGB236224205-
CMYK00.050.130.07
HSL36.77º44.93%86.47%-
HSV(B)36.77º13.14%92.55%-
XYZ72.2775.5568.53-
YUV225.42116.48135.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=35.49%
G=33.68%
B=30.83%

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
Decimal23622420500.050.130.0736.7744.9386.47
HexECE0CD05D7252d56
Octal354340315051574555126
Binary111011001110000011001101010111011111001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0CD; }

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

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

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

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

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

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

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

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