#EEDDB9

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

Shades of Dutch White #EEDDB9

Tints of Dutch White #EEDDB9

Color information

#EEDDB9 (or 0xEEDDB9) is unknown color: approx Dutch White. HEX triplet: EE, DD and B9. RGB value is (238,221,185). Sum of RGB (Red+Green+Blue) = 238+221+185=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDB9 is #112246. Grayscale: #DEDEDE. Windows color (decimal): -1122887 or 12180974. OLE color: 12180974.

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

Color convert

RGB238221185-
CMYK00.070.220.07
HSL40.75º60.92%82.94%-
HSV(B)40.75º22.27%93.33%-
XYZ69.8773.3956.38-
YUV221.98107.13139.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 185 (72.66% from 255) = 28.73%
R=36.96%
G=34.32%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822118500.070.220.0740.7560.9282.94
HexEEDDB907167293d53
Octal356335271072675175123
Binary1110111011011101101110010111101101111010011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDB9; }

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

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

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

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

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

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

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

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