#EFDCBC

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

Shades of Dutch White #EFDCBC

Tints of Dutch White #EFDCBC

Color information

#EFDCBC (or 0xEFDCBC) is unknown color: approx Dutch White. HEX triplet: EF, DC and BC. RGB value is (239,220,188). Sum of RGB (Red+Green+Blue) = 239+220+188=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBC is #102343. Grayscale: #DEDEDE. Windows color (decimal): -1057604 or 12377327. OLE color: 12377327.

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

Color convert

RGB239220188-
CMYK00.080.210.06
HSL37.65º61.45%83.73%-
HSV(B)37.65º21.34%93.73%-
XYZ70.2773.1758-
YUV222.03108.79140.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 188 (73.83% from 255) = 29.06%
R=36.94%
G=34.00%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922018800.080.210.0637.6561.4583.73
HexEFDCBC08156263d54
Octal3573342740102564675124
Binary11101111110111001011110001000101011101001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCBC; }

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

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

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

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

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

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

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

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