#ECDEB6

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

Shades of Dutch White #ECDEB6

Tints of Dutch White #ECDEB6

Color information

#ECDEB6 (or 0xECDEB6) is unknown color: approx Dutch White. HEX triplet: EC, DE and B6. RGB value is (236,222,182). Sum of RGB (Red+Green+Blue) = 236+222+182=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEB6 is #132149. Grayscale: #DDDDDD. Windows color (decimal): -1253706 or 11984620. OLE color: 11984620.

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

Color convert

RGB236222182-
CMYK00.060.230.07
HSL44.44º58.7%81.96%-
HSV(B)44.44º22.88%92.55%-
XYZ69.1673.4554.79-
YUV221.63105.64138.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 182 (71.48% from 255) = 28.44%
R=36.88%
G=34.69%
B=28.44%

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
Decimal23622218200.060.230.0744.4458.781.96
HexECDEB6061772c3b52
Octal354336266062775473122
Binary1110110011011110101101100110101111111011001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEB6; }

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

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

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

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

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

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

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

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