#EFDEB6

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

Shades of Dutch White #EFDEB6

Tints of Dutch White #EFDEB6

Color information

#EFDEB6 (or 0xEFDEB6) is unknown color: approx Dutch White. HEX triplet: EF, DE and B6. RGB value is (239,222,182). Sum of RGB (Red+Green+Blue) = 239+222+182=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEB6 is #102149. Grayscale: #DEDEDE. Windows color (decimal): -1057098 or 11984623. OLE color: 11984623.

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

Color convert

RGB239222182-
CMYK00.070.240.06
HSL42.11º64.04%82.55%-
HSV(B)42.11º23.85%93.73%-
XYZ70.1673.9754.84-
YUV222.52105.13139.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 182 (71.48% from 255) = 28.30%
R=37.17%
G=34.53%
B=28.30%

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
Decimal23922218200.070.240.0642.1164.0482.55
HexEFDEB6071862a4053
Octal3573362660730652100123
Binary11101111110111101011011001111100011010101010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEB6; }

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

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

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

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

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

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

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

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