#EDDCB9

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

Shades of Dutch White #EDDCB9

Tints of Dutch White #EDDCB9

Color information

#EDDCB9 (or 0xEDDCB9) is unknown color: approx Dutch White. HEX triplet: ED, DC and B9. RGB value is (237,220,185). Sum of RGB (Red+Green+Blue) = 237+220+185=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCB9 is #122346. Grayscale: #DDDDDD. Windows color (decimal): -1188679 or 12180717. OLE color: 12180717.

HSL color Cylindrical-coordinate representation of color #EDDCB9: hue angle of 40.38º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDDCB9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237220185-
CMYK00.070.220.07
HSL40.38º59.09%82.75%-
HSV(B)40.38º21.94%92.94%-
XYZ69.2872.6956.28-
YUV221.09107.63139.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 185 (72.66% from 255) = 28.82%
R=36.92%
G=34.27%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722018500.070.220.0740.3859.0982.75
HexEDDCB907167283b53
Octal355334271072675073123
Binary1110110111011100101110010111101101111010001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCB9; }

 p { color: rgb(237,220,185); }

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

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

 a { background-color: rgb(237,220,185); }

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

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

 span { border-color: rgb(237,220,185); }

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