#EEDFBF

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

Shades of Dutch White #EEDFBF

Tints of Dutch White #EEDFBF

Color information

#EEDFBF (or 0xEEDFBF) is unknown color: approx Dutch White. HEX triplet: EE, DF and BF. RGB value is (238,223,191). Sum of RGB (Red+Green+Blue) = 238+223+191=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBF is #112040. Grayscale: #DFDFDF. Windows color (decimal): -1122369 or 12574702. OLE color: 12574702.

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

Color convert

RGB238223191-
CMYK00.060.200.07
HSL40.85º58.02%84.12%-
HSV(B)40.85º19.75%93.33%-
XYZ71.0574.7159.97-
YUV223.84109.47138.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 191 (75% from 255) = 29.29%
R=36.50%
G=34.20%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822319100.060.200.0740.8558.0284.12
HexEEDFBF06147293a54
Octal356337277062475172124
Binary1110111011011111101111110110101001111010011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFBF; }

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

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

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

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

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

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

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

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