#EEDEC0

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

Shades of Dutch White #EEDEC0

Tints of Dutch White #EEDEC0

Color information

#EEDEC0 (or 0xEEDEC0) is unknown color: approx Dutch White. HEX triplet: EE, DE and C0. RGB value is (238,222,192). Sum of RGB (Red+Green+Blue) = 238+222+192=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC0 is #11213F. Grayscale: #DFDFDF. Windows color (decimal): -1122624 or 12639982. OLE color: 12639982.

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

Color convert

RGB238222192-
CMYK00.070.190.07
HSL39.13º57.5%84.31%-
HSV(B)39.13º19.33%93.33%-
XYZ70.974.2360.46-
YUV223.36110.3138.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 192 (75.39% from 255) = 29.45%
R=36.50%
G=34.05%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822219200.070.190.0739.1357.584.31
HexEEDEC007137273a54
Octal356336300072374772124
Binary1110111011011110110000000111100111111001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC0; }

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

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

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

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

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

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

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

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