#ECDDBA

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

Shades of Dutch White #ECDDBA

Tints of Dutch White #ECDDBA

Color information

#ECDDBA (or 0xECDDBA) is unknown color: approx Dutch White. HEX triplet: EC, DD and BA. RGB value is (236,221,186). Sum of RGB (Red+Green+Blue) = 236+221+186=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDBA is #132245. Grayscale: #DDDDDD. Windows color (decimal): -1253958 or 12246508. OLE color: 12246508.

HSL color Cylindrical-coordinate representation of color #ECDDBA: hue angle of 42º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECDDBA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236221186-
CMYK00.060.210.07
HSL42º56.82%82.75%-
HSV(B)42º21.19%92.55%-
XYZ69.3173.0956.91-
YUV221.5107.97138.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=36.70%
G=34.37%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622118600.060.210.074256.8282.75
HexECDDBA061572a3953
Octal354335272062575271123
Binary1110110011011101101110100110101011111010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDBA; }

 p { color: rgb(236,221,186); }

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

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

 a { background-color: rgb(236,221,186); }

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

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

 span { border-color: rgb(236,221,186); }

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