#ECDFB6

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

Shades of Dutch White #ECDFB6

Tints of Dutch White #ECDFB6

Color information

#ECDFB6 (or 0xECDFB6) is unknown color: approx Dutch White. HEX triplet: EC, DF and B6. RGB value is (236,223,182). Sum of RGB (Red+Green+Blue) = 236+223+182=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFB6 is #132049. Grayscale: #DEDEDE. Windows color (decimal): -1253450 or 11984876. OLE color: 11984876.

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

Color convert

RGB236223182-
CMYK00.060.230.07
HSL45.56º58.7%81.96%-
HSV(B)45.56º22.88%92.55%-
XYZ69.4273.9954.88-
YUV222.21105.31137.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 182 (71.48% from 255) = 28.39%
R=36.82%
G=34.79%
B=28.39%

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
Decimal23622318200.060.230.0745.5658.781.96
HexECDFB6061772e3b52
Octal354337266062775673122
Binary1110110011011111101101100110101111111011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFB6; }

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

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

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

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

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

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

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

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