#EDDFBD

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

Shades of Dutch White #EDDFBD

Tints of Dutch White #EDDFBD

Color information

#EDDFBD (or 0xEDDFBD) is unknown color: approx Dutch White. HEX triplet: ED, DF and BD. RGB value is (237,223,189). Sum of RGB (Red+Green+Blue) = 237+223+189=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBD is #122042. Grayscale: #DFDFDF. Windows color (decimal): -1187907 or 12443629. OLE color: 12443629.

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

Color convert

RGB237223189-
CMYK00.060.200.07
HSL42.5º57.14%83.53%-
HSV(B)42.5º20.25%92.94%-
XYZ70.574.4558.8-
YUV223.31108.64137.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=36.52%
G=34.36%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722318900.060.200.0742.557.1483.53
HexEDDFBD061472a3954
Octal355337275062475271124
Binary1110110111011111101111010110101001111010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFBD; }

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

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

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

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

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

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

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

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