#EDDCB7

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

Shades of Dutch White #EDDCB7

Tints of Dutch White #EDDCB7

Color information

#EDDCB7 (or 0xEDDCB7) is unknown color: approx Dutch White. HEX triplet: ED, DC and B7. RGB value is (237,220,183). Sum of RGB (Red+Green+Blue) = 237+220+183=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCB7 is #122348. Grayscale: #DDDDDD. Windows color (decimal): -1188681 or 12049645. OLE color: 12049645.

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

Color convert

RGB237220183-
CMYK00.070.230.07
HSL41.11º60%82.35%-
HSV(B)41.11º22.78%92.94%-
XYZ69.0772.6155.17-
YUV220.86106.63139.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=37.03%
G=34.38%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722018300.070.230.0741.116082.35
HexEDDCB707177293c52
Octal355334267072775174122
Binary1110110111011100101101110111101111111010011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCB7; }

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

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

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

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

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

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

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

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