#EDDDB9

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

Shades of Dutch White #EDDDB9

Tints of Dutch White #EDDDB9

Color information

#EDDDB9 (or 0xEDDDB9) is unknown color: approx Dutch White. HEX triplet: ED, DD and B9. RGB value is (237,221,185). Sum of RGB (Red+Green+Blue) = 237+221+185=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDB9 is #122246. Grayscale: #DDDDDD. Windows color (decimal): -1188423 or 12180973. OLE color: 12180973.

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

Color convert

RGB237221185-
CMYK00.070.220.07
HSL41.54º59.09%82.75%-
HSV(B)41.54º21.94%92.94%-
XYZ69.5473.2256.37-
YUV221.68107.3138.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 185 (72.66% from 255) = 28.77%
R=36.86%
G=34.37%
B=28.77%

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
Decimal23722118500.070.220.0741.5459.0982.75
HexEDDDB9071672a3b53
Octal355335271072675273123
Binary1110110111011101101110010111101101111010101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDB9; }

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

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

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

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

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

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

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

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