#ECDEB5

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

Shades of Dutch White #ECDEB5

Tints of Dutch White #ECDEB5

Color information

#ECDEB5 (or 0xECDEB5) is unknown color: approx Dutch White. HEX triplet: EC, DE and B5. RGB value is (236,222,181). Sum of RGB (Red+Green+Blue) = 236+222+181=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEB5 is #13214A. Grayscale: #DDDDDD. Windows color (decimal): -1253707 or 11919084. OLE color: 11919084.

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

Color convert

RGB236222181-
CMYK00.060.230.07
HSL44.73º59.14%81.76%-
HSV(B)44.73º23.31%92.55%-
XYZ69.0573.4154.25-
YUV221.51105.14138.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=36.93%
G=34.74%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622218100.060.230.0744.7359.1481.76
HexECDEB5061772d3b52
Octal354336265062775573122
Binary1110110011011110101101010110101111111011011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEB5; }

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

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

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

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

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

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

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

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