#EFDFB6

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

Shades of Dutch White #EFDFB6

Tints of Dutch White #EFDFB6

Color information

#EFDFB6 (or 0xEFDFB6) is unknown color: approx Dutch White. HEX triplet: EF, DF and B6. RGB value is (239,223,182). Sum of RGB (Red+Green+Blue) = 239+223+182=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFB6 is #102049. Grayscale: #DFDFDF. Windows color (decimal): -1056842 or 11984879. OLE color: 11984879.

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

Color convert

RGB239223182-
CMYK00.070.240.06
HSL43.16º64.04%82.55%-
HSV(B)43.16º23.85%93.73%-
XYZ70.4374.554.92-
YUV223.11104.8139.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 182 (71.48% from 255) = 28.26%
R=37.11%
G=34.63%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922318200.070.240.0643.1664.0482.55
HexEFDFB6071862b4053
Octal3573372660730653100123
Binary11101111110111111011011001111100011010101110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFB6; }

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

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

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

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

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

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

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

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