#EFDDBA

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

Shades of Dutch White #EFDDBA

Tints of Dutch White #EFDDBA

Color information

#EFDDBA (or 0xEFDDBA) is unknown color: approx Dutch White. HEX triplet: EF, DD and BA. RGB value is (239,221,186). Sum of RGB (Red+Green+Blue) = 239+221+186=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBA is #102245. Grayscale: #DEDEDE. Windows color (decimal): -1057350 or 12246511. OLE color: 12246511.

HSL color Cylindrical-coordinate representation of color #EFDDBA: hue angle of 39.62º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFDDBA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239221186-
CMYK00.080.220.06
HSL39.62º62.35%83.33%-
HSV(B)39.62º22.18%93.73%-
XYZ70.3273.6156.96-
YUV222.39107.46139.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=37.00%
G=34.21%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922118600.080.220.0639.6262.3583.33
HexEFDDBA08166283e53
Octal3573352720102665076123
Binary11101111110111011011101001000101101101010001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDBA; }

 p { color: rgb(239,221,186); }

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

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

 a { background-color: rgb(239,221,186); }

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

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

 span { border-color: rgb(239,221,186); }

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