#EEDFB4

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

Shades of Dutch White #EEDFB4

Tints of Dutch White #EEDFB4

Color information

#EEDFB4 (or 0xEEDFB4) is unknown color: approx Dutch White. HEX triplet: EE, DF and B4. RGB value is (238,223,180). Sum of RGB (Red+Green+Blue) = 238+223+180=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFB4 is #11204B. Grayscale: #DEDEDE. Windows color (decimal): -1122380 or 11853806. OLE color: 11853806.

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

Color convert

RGB238223180-
CMYK00.060.240.07
HSL44.48º63.04%81.96%-
HSV(B)44.48º24.37%93.33%-
XYZ69.8974.2553.83-
YUV222.58103.97139-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 223 (87.5% from 255) = 34.79%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=37.13%
G=34.79%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822318000.060.240.0744.4863.0481.96
HexEEDFB4061872c3f52
Octal356337264063075477122
Binary1110111011011111101101000110110001111011001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFB4; }

 p { color: rgb(238,223,180); }

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

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

 a { background-color: rgb(238,223,180); }

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

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

 span { border-color: rgb(238,223,180); }

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