#EEDFBD

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

Shades of Dutch White #EEDFBD

Tints of Dutch White #EEDFBD

Color information

#EEDFBD (or 0xEEDFBD) is unknown color: approx Dutch White. HEX triplet: EE, DF and BD. RGB value is (238,223,189). Sum of RGB (Red+Green+Blue) = 238+223+189=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFBD is #112042. Grayscale: #DFDFDF. Windows color (decimal): -1122371 or 12443630. OLE color: 12443630.

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

Color convert

RGB238223189-
CMYK00.060.210.07
HSL41.63º59.04%83.73%-
HSV(B)41.63º20.59%93.33%-
XYZ70.8374.6358.82-
YUV223.61108.47138.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=36.62%
G=34.31%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822318900.060.210.0741.6359.0483.73
HexEEDFBD061572a3b54
Octal356337275062575273124
Binary1110111011011111101111010110101011111010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFBD; }

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

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

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

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

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

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

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

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