#EFDFC0

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

Shades of Dutch White #EFDFC0

Tints of Dutch White #EFDFC0

Color information

#EFDFC0 (or 0xEFDFC0) is unknown color: approx Dutch White. HEX triplet: EF, DF and C0. RGB value is (239,223,192). Sum of RGB (Red+Green+Blue) = 239+223+192=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC0 is #10203F. Grayscale: #E0E0E0. Windows color (decimal): -1056832 or 12640239. OLE color: 12640239.

HSL color Cylindrical-coordinate representation of color #EFDFC0: hue angle of 39.57º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDFC0 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239223192-
CMYK00.070.200.06
HSL39.57º59.49%84.51%-
HSV(B)39.57º19.67%93.73%-
XYZ71.574.9360.56-
YUV224.25109.8138.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 192 (75.39% from 255) = 29.36%
R=36.54%
G=34.10%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922319200.070.200.0639.5759.4984.51
HexEFDFC007146283b55
Octal357337300072465073125
Binary1110111111011111110000000111101001101010001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFC0; }

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

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

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

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

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

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

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

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