#ECDCB7

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

Shades of Dutch White #ECDCB7

Tints of Dutch White #ECDCB7

Color information

#ECDCB7 (or 0xECDCB7) is unknown color: approx Dutch White. HEX triplet: EC, DC and B7. RGB value is (236,220,183). Sum of RGB (Red+Green+Blue) = 236+220+183=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCB7 is #132348. Grayscale: #DCDCDC. Windows color (decimal): -1254217 or 12049644. OLE color: 12049644.

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

Color convert

RGB236220183-
CMYK00.070.220.07
HSL41.89º58.24%82.16%-
HSV(B)41.89º22.46%92.55%-
XYZ68.7372.4455.16-
YUV220.57106.8139.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=36.93%
G=34.43%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622018300.070.220.0741.8958.2482.16
HexECDCB7071672a3a52
Octal354334267072675272122
Binary1110110011011100101101110111101101111010101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCB7; }

 p { color: rgb(236,220,183); }

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

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

 a { background-color: rgb(236,220,183); }

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

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

 span { border-color: rgb(236,220,183); }

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