#EBDDB5

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

Shades of Dutch White #EBDDB5

Tints of Dutch White #EBDDB5

Color information

#EBDDB5 (or 0xEBDDB5) is unknown color: approx Dutch White. HEX triplet: EB, DD and B5. RGB value is (235,221,181). Sum of RGB (Red+Green+Blue) = 235+221+181=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB5 is #14224A. Grayscale: #DCDCDC. Windows color (decimal): -1319499 or 11918827. OLE color: 11918827.

HSL color Cylindrical-coordinate representation of color #EBDDB5: hue angle of 44.44º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDDB5 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235221181-
CMYK00.060.230.08
HSL44.44º57.45%81.57%-
HSV(B)44.44º22.98%92.16%-
XYZ68.4672.7154.14-
YUV220.63105.64138.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=36.89%
G=34.69%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522118100.060.230.0844.4457.4581.57
HexEBDDB5061782c3952
Octal3533352650627105471122
Binary11101011110111011011010101101011110001011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDB5; }

 p { color: rgb(235,221,181); }

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

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

 a { background-color: rgb(235,221,181); }

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

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

 span { border-color: rgb(235,221,181); }

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