#ECE0B5

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

Shades of Dutch White #ECE0B5

Tints of Dutch White #ECE0B5

Color information

#ECE0B5 (or 0xECE0B5) is unknown color: approx Dutch White. HEX triplet: EC, E0 and B5. RGB value is (236,224,181). Sum of RGB (Red+Green+Blue) = 236+224+181=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0B5 is #131F4A. Grayscale: #DEDEDE. Windows color (decimal): -1253195 or 11919596. OLE color: 11919596.

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

Color convert

RGB236224181-
CMYK00.050.230.07
HSL46.91º59.14%81.76%-
HSV(B)46.91º23.31%92.55%-
XYZ69.5974.4854.42-
YUV222.69104.48137.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 181 (71.09% from 255) = 28.24%
R=36.82%
G=34.95%
B=28.24%

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
Decimal23622418100.050.230.0746.9159.1481.76
HexECE0B5051772f3b52
Octal354340265052775773122
Binary1110110011100000101101010101101111111011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0B5; }

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

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

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

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

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

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

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

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