#EDDDB7

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

Shades of Dutch White #EDDDB7

Tints of Dutch White #EDDDB7

Color information

#EDDDB7 (or 0xEDDDB7) is unknown color: approx Dutch White. HEX triplet: ED, DD and B7. RGB value is (237,221,183). Sum of RGB (Red+Green+Blue) = 237+221+183=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDB7 is #122248. Grayscale: #DDDDDD. Windows color (decimal): -1188425 or 12049901. OLE color: 12049901.

HSL color Cylindrical-coordinate representation of color #EDDDB7: hue angle of 42.22º 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 #EDDDB7 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237221183-
CMYK00.070.230.07
HSL42.22º60%82.35%-
HSV(B)42.22º22.78%92.94%-
XYZ69.3373.1455.26-
YUV221.45106.3139.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 183 (71.88% from 255) = 28.55%
R=36.97%
G=34.48%
B=28.55%

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
Decimal23722118300.070.230.0742.226082.35
HexEDDDB7071772a3c52
Octal355335267072775274122
Binary1110110111011101101101110111101111111010101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDB7; }

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

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

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

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

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

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

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

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