#EEDDB6

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

Shades of Dutch White #EEDDB6

Tints of Dutch White #EEDDB6

Color information

#EEDDB6 (or 0xEEDDB6) is unknown color: approx Dutch White. HEX triplet: EE, DD and B6. RGB value is (238,221,182). Sum of RGB (Red+Green+Blue) = 238+221+182=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDB6 is #112249. Grayscale: #DDDDDD. Windows color (decimal): -1122890 or 11984366. OLE color: 11984366.

HSL color Cylindrical-coordinate representation of color #EEDDB6: hue angle of 41.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEDDB6 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238221182-
CMYK00.070.240.07
HSL41.79º62.22%82.35%-
HSV(B)41.79º23.53%93.33%-
XYZ69.5673.2754.73-
YUV221.64105.63139.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 182 (71.48% from 255) = 28.39%
R=37.13%
G=34.48%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822118200.070.240.0741.7962.2282.35
HexEEDDB6071872a3e52
Octal356335266073075276122
Binary1110111011011101101101100111110001111010101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDB6; }

 p { color: rgb(238,221,182); }

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

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

 a { background-color: rgb(238,221,182); }

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

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

 span { border-color: rgb(238,221,182); }

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