#EFDFBD

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

Shades of Dutch White #EFDFBD

Tints of Dutch White #EFDFBD

Color information

#EFDFBD (or 0xEFDFBD) is unknown color: approx Dutch White. HEX triplet: EF, DF and BD. RGB value is (239,223,189). Sum of RGB (Red+Green+Blue) = 239+223+189=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBD is #102042. Grayscale: #E0E0E0. Windows color (decimal): -1056835 or 12443631. OLE color: 12443631.

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

Color convert

RGB239223189-
CMYK00.070.210.06
HSL40.8º60.98%83.92%-
HSV(B)40.8º20.92%93.73%-
XYZ71.1774.858.83-
YUV223.91108.3138.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 189 (74.22% from 255) = 29.03%
R=36.71%
G=34.25%
B=29.03%

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
Decimal23922318900.070.210.0640.860.9883.92
HexEFDFBD07156293d54
Octal357337275072565175124
Binary1110111111011111101111010111101011101010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFBD; }

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

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

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

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

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

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

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

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