#EDDCB8

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

Shades of Dutch White #EDDCB8

Tints of Dutch White #EDDCB8

Color information

#EDDCB8 (or 0xEDDCB8) is unknown color: approx Dutch White. HEX triplet: ED, DC and B8. RGB value is (237,220,184). Sum of RGB (Red+Green+Blue) = 237+220+184=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCB8 is #122347. Grayscale: #DDDDDD. Windows color (decimal): -1188680 or 12115181. OLE color: 12115181.

HSL color Cylindrical-coordinate representation of color #EDDCB8: hue angle of 40.75º degrees, saturation: 0.6, 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 #EDDCB8 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237220184-
CMYK00.070.220.07
HSL40.75º59.55%82.55%-
HSV(B)40.75º22.36%92.94%-
XYZ69.1772.6555.72-
YUV220.98107.13139.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 220 (86.33% from 255) = 34.32%
BLUE value IS 184 (72.27% from 255) = 28.71%
R=36.97%
G=34.32%
B=28.71%

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
Decimal23722018400.070.220.0740.7559.5582.55
HexEDDCB807167293c53
Octal355334270072675174123
Binary1110110111011100101110000111101101111010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCB8; }

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

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

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

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

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

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

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

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