#EEDEB3

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

Shades of Dutch White #EEDEB3

Tints of Dutch White #EEDEB3

Color information

#EEDEB3 (or 0xEEDEB3) is unknown color: approx Dutch White. HEX triplet: EE, DE and B3. RGB value is (238,222,179). Sum of RGB (Red+Green+Blue) = 238+222+179=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEB3 is #11214C. Grayscale: #DEDEDE. Windows color (decimal): -1122637 or 11788014. OLE color: 11788014.

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

Color convert

RGB238222179-
CMYK00.070.250.07
HSL43.73º63.44%81.76%-
HSV(B)43.73º24.79%93.33%-
XYZ69.5273.6753.2-
YUV221.88103.8139.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 179 (70.31% from 255) = 28.01%
R=37.25%
G=34.74%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822217900.070.250.0743.7363.4481.76
HexEEDEB3071972c3f52
Octal356336263073175477122
Binary1110111011011110101100110111110011111011001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEB3; }

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

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

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

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

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

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

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

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