#ECDDB7

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

Shades of Dutch White #ECDDB7

Tints of Dutch White #ECDDB7

Color information

#ECDDB7 (or 0xECDDB7) is unknown color: approx Dutch White. HEX triplet: EC, DD and B7. RGB value is (236,221,183). Sum of RGB (Red+Green+Blue) = 236+221+183=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDB7 is #132248. Grayscale: #DDDDDD. Windows color (decimal): -1253961 or 12049900. OLE color: 12049900.

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

Color convert

RGB236221183-
CMYK00.060.220.07
HSL43.02º58.24%82.16%-
HSV(B)43.02º22.46%92.55%-
XYZ6972.9655.25-
YUV221.15106.47138.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=36.88%
G=34.53%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622118300.060.220.0743.0258.2482.16
HexECDDB7061672b3a52
Octal354335267062675372122
Binary1110110011011101101101110110101101111010111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDB7; }

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

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

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

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

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

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

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

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