#EEDEB5

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

Shades of Dutch White #EEDEB5

Tints of Dutch White #EEDEB5

Color information

#EEDEB5 (or 0xEEDEB5) is unknown color: approx Dutch White. HEX triplet: EE, DE and B5. RGB value is (238,222,181). Sum of RGB (Red+Green+Blue) = 238+222+181=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEB5 is #11214A. Grayscale: #DEDEDE. Windows color (decimal): -1122635 or 11919086. OLE color: 11919086.

HSL color Cylindrical-coordinate representation of color #EEDEB5: hue angle of 43.16º degrees, saturation: 0.63, 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 #EEDEB5 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB238222181-
CMYK00.070.240.07
HSL43.16º62.64%82.16%-
HSV(B)43.16º23.95%93.33%-
XYZ69.7273.7654.28-
YUV222.11104.8139.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 181 (71.09% from 255) = 28.24%
R=37.13%
G=34.63%
B=28.24%

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
Decimal23822218100.070.240.0743.1662.6482.16
HexEEDEB5071872b3f52
Octal356336265073075377122
Binary1110111011011110101101010111110001111010111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEB5; }

 p { color: rgb(238,222,181); }

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

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

 a { background-color: rgb(238,222,181); }

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

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

 span { border-color: rgb(238,222,181); }

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