#EFDDBF

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

Shades of Dutch White #EFDDBF

Tints of Dutch White #EFDDBF

Color information

#EFDDBF (or 0xEFDDBF) is unknown color: approx Dutch White. HEX triplet: EF, DD and BF. RGB value is (239,221,191). Sum of RGB (Red+Green+Blue) = 239+221+191=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBF is #102240. Grayscale: #DFDFDF. Windows color (decimal): -1057345 or 12574191. OLE color: 12574191.

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

Color convert

RGB239221191-
CMYK00.080.200.06
HSL37.5º60%84.31%-
HSV(B)37.5º20.08%93.73%-
XYZ70.8673.8359.81-
YUV222.96109.96139.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 191 (75% from 255) = 29.34%
R=36.71%
G=33.95%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922119100.080.200.0637.56084.31
HexEFDDBF08146263c54
Octal3573352770102464674124
Binary11101111110111011011111101000101001101001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDBF; }

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

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

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

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

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

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

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

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