#EDDDBD

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

Shades of Dutch White #EDDDBD

Tints of Dutch White #EDDDBD

Color information

#EDDDBD (or 0xEDDDBD) is unknown color: approx Dutch White. HEX triplet: ED, DD and BD. RGB value is (237,221,189). Sum of RGB (Red+Green+Blue) = 237+221+189=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBD is #122242. Grayscale: #DEDEDE. Windows color (decimal): -1188419 or 12443117. OLE color: 12443117.

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

Color convert

RGB237221189-
CMYK00.070.200.07
HSL40º57.14%83.53%-
HSV(B)40º20.25%92.94%-
XYZ69.9773.3958.62-
YUV222.14109.3138.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 189 (74.22% from 255) = 29.21%
R=36.63%
G=34.16%
B=29.21%

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
Decimal23722118900.070.200.074057.1483.53
HexEDDDBD07147283954
Octal355335275072475071124
Binary1110110111011101101111010111101001111010001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDBD; }

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

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

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

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

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

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

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

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