#EEDCBD

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

Shades of Dutch White #EEDCBD

Tints of Dutch White #EEDCBD

Color information

#EEDCBD (or 0xEEDCBD) is unknown color: approx Dutch White. HEX triplet: EE, DC and BD. RGB value is (238,220,189). Sum of RGB (Red+Green+Blue) = 238+220+189=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCBD is #112342. Grayscale: #DDDDDD. Windows color (decimal): -1123139 or 12442862. OLE color: 12442862.

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

Color convert

RGB238220189-
CMYK00.080.210.07
HSL37.96º59.04%83.73%-
HSV(B)37.96º20.59%93.33%-
XYZ70.0473.0458.55-
YUV221.85109.46139.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 189 (74.22% from 255) = 29.21%
R=36.79%
G=34.00%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822018900.080.210.0737.9659.0483.73
HexEEDCBD08157263b54
Octal3563342750102574673124
Binary11101110110111001011110101000101011111001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCBD; }

 p { color: rgb(238,220,189); }

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

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

 a { background-color: rgb(238,220,189); }

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

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

 span { border-color: rgb(238,220,189); }

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