#EFDDB8

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

Shades of Dutch White #EFDDB8

Tints of Dutch White #EFDDB8

Color information

#EFDDB8 (or 0xEFDDB8) is unknown color: approx Dutch White. HEX triplet: EF, DD and B8. RGB value is (239,221,184). Sum of RGB (Red+Green+Blue) = 239+221+184=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB8 is #102247. Grayscale: #DEDEDE. Windows color (decimal): -1057352 or 12115439. OLE color: 12115439.

HSL color Cylindrical-coordinate representation of color #EFDDB8: hue angle of 40.36º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDDB8 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239221184-
CMYK00.080.230.06
HSL40.36º63.22%82.94%-
HSV(B)40.36º23.01%93.73%-
XYZ70.173.5255.84-
YUV222.16106.46140.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 184 (72.27% from 255) = 28.57%
R=37.11%
G=34.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922118400.080.230.0640.3663.2282.94
HexEFDDB808176283f53
Octal3573352700102765077123
Binary11101111110111011011100001000101111101010001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDB8; }

 p { color: rgb(239,221,184); }

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

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

 a { background-color: rgb(239,221,184); }

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

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

 span { border-color: rgb(239,221,184); }

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