#EDDDBB

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

Shades of Dutch White #EDDDBB

Tints of Dutch White #EDDDBB

Color information

#EDDDBB (or 0xEDDDBB) is unknown color: approx Dutch White. HEX triplet: ED, DD and BB. RGB value is (237,221,187). Sum of RGB (Red+Green+Blue) = 237+221+187=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBB is #122244. Grayscale: #DEDEDE. Windows color (decimal): -1188421 or 12312045. OLE color: 12312045.

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

Color convert

RGB237221187-
CMYK00.070.210.07
HSL40.8º58.14%83.14%-
HSV(B)40.8º21.1%92.94%-
XYZ69.7573.3157.49-
YUV221.91108.3138.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=36.74%
G=34.26%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722118700.070.210.0740.858.1483.14
HexEDDDBB07157293a53
Octal355335273072575172123
Binary1110110111011101101110110111101011111010011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDBB; }

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

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

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

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

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

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

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

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