#EFDFBF

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

Shades of Dutch White #EFDFBF

Tints of Dutch White #EFDFBF

Color information

#EFDFBF (or 0xEFDFBF) is unknown color: approx Dutch White. HEX triplet: EF, DF and BF. RGB value is (239,223,191). Sum of RGB (Red+Green+Blue) = 239+223+191=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBF is #102040. Grayscale: #E0E0E0. Windows color (decimal): -1056833 or 12574703. OLE color: 12574703.

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

Color convert

RGB239223191-
CMYK00.070.200.06
HSL40º60%84.31%-
HSV(B)40º20.08%93.73%-
XYZ71.3974.8959.98-
YUV224.14109.3138.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 191 (75% from 255) = 29.25%
R=36.60%
G=34.15%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922319100.070.200.06406084.31
HexEFDFBF07146283c54
Octal357337277072465074124
Binary1110111111011111101111110111101001101010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFBF; }

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

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

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

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

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

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

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

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