#EDDCBB

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

Shades of Dutch White #EDDCBB

Tints of Dutch White #EDDCBB

Color information

#EDDCBB (or 0xEDDCBB) is unknown color: approx Dutch White. HEX triplet: ED, DC and BB. RGB value is (237,220,187). Sum of RGB (Red+Green+Blue) = 237+220+187=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCBB is #122344. Grayscale: #DDDDDD. Windows color (decimal): -1188677 or 12311789. OLE color: 12311789.

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

Color convert

RGB237220187-
CMYK00.070.210.07
HSL39.6º58.14%83.14%-
HSV(B)39.6º21.1%92.94%-
XYZ69.4972.7857.4-
YUV221.32108.63139.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=36.80%
G=34.16%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722018700.070.210.0739.658.1483.14
HexEDDCBB07157283a53
Octal355334273072575072123
Binary1110110111011100101110110111101011111010001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCBB; }

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

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

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

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

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

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

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

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