#EFDFBC

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

Shades of Dutch White #EFDFBC

Tints of Dutch White #EFDFBC

Color information

#EFDFBC (or 0xEFDFBC) is unknown color: approx Dutch White. HEX triplet: EF, DF and BC. RGB value is (239,223,188). Sum of RGB (Red+Green+Blue) = 239+223+188=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBC is #102043. Grayscale: #DFDFDF. Windows color (decimal): -1056836 or 12378095. OLE color: 12378095.

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

Color convert

RGB239223188-
CMYK00.070.210.06
HSL41.18º61.45%83.73%-
HSV(B)41.18º21.34%93.73%-
XYZ71.0674.7658.26-
YUV223.79107.8138.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 188 (73.83% from 255) = 28.92%
R=36.77%
G=34.31%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922318800.070.210.0641.1861.4583.73
HexEFDFBC07156293d54
Octal357337274072565175124
Binary1110111111011111101111000111101011101010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFBC; }

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

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

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

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

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

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

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

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