#EDDCBD

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

Shades of Dutch White #EDDCBD

Tints of Dutch White #EDDCBD

Color information

#EDDCBD (or 0xEDDCBD) is unknown color: approx Dutch White. HEX triplet: ED, DC and BD. RGB value is (237,220,189). Sum of RGB (Red+Green+Blue) = 237+220+189=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCBD is #122342. Grayscale: #DDDDDD. Windows color (decimal): -1188675 or 12442861. OLE color: 12442861.

HSL color Cylindrical-coordinate representation of color #EDDCBD: hue angle of 38.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDDCBD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237220189-
CMYK00.070.200.07
HSL38.75º57.14%83.53%-
HSV(B)38.75º20.25%92.94%-
XYZ69.772.8758.53-
YUV221.55109.63139.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=36.69%
G=34.06%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722018900.070.200.0738.7557.1483.53
HexEDDCBD07147273954
Octal355334275072474771124
Binary1110110111011100101111010111101001111001111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCBD; }

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

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

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

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

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

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

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

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