#EBDCB5

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

Shades of Dutch White #EBDCB5

Tints of Dutch White #EBDCB5

Color information

#EBDCB5 (or 0xEBDCB5) is unknown color: approx Dutch White. HEX triplet: EB, DC and B5. RGB value is (235,220,181). Sum of RGB (Red+Green+Blue) = 235+220+181=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCB5 is #14234A. Grayscale: #DCDCDC. Windows color (decimal): -1319755 or 11918571. OLE color: 11918571.

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

Color convert

RGB235220181-
CMYK00.060.230.08
HSL43.33º57.45%81.57%-
HSV(B)43.33º22.98%92.16%-
XYZ68.1972.1854.05-
YUV220.04105.97138.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=36.95%
G=34.59%
B=28.46%

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
Decimal23522018100.060.230.0843.3357.4581.57
HexEBDCB5061782b3952
Octal3533342650627105371122
Binary11101011110111001011010101101011110001010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCB5; }

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

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

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

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

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

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

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

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