#ECE1B6

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

Shades of Dutch White #ECE1B6

Tints of Dutch White #ECE1B6

Color information

#ECE1B6 (or 0xECE1B6) is unknown color: approx Dutch White. HEX triplet: EC, E1 and B6. RGB value is (236,225,182). Sum of RGB (Red+Green+Blue) = 236+225+182=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1B6 is #131E49. Grayscale: #DFDFDF. Windows color (decimal): -1252938 or 11985388. OLE color: 11985388.

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

Color convert

RGB236225182-
CMYK00.050.230.07
HSL47.78º58.7%81.96%-
HSV(B)47.78º22.88%92.55%-
XYZ69.9675.0655.06-
YUV223.39104.64137-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 182 (71.48% from 255) = 28.30%
R=36.70%
G=34.99%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622518200.050.230.0747.7858.781.96
HexECE1B605177303b52
Octal354341266052776073122
Binary1110110011100001101101100101101111111100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1B6; }

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

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

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

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

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

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

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

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