#EBDEB4

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

Shades of Dutch White #EBDEB4

Tints of Dutch White #EBDEB4

Color information

#EBDEB4 (or 0xEBDEB4) is unknown color: approx Dutch White. HEX triplet: EB, DE and B4. RGB value is (235,222,180). Sum of RGB (Red+Green+Blue) = 235+222+180=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEB4 is #14214B. Grayscale: #DDDDDD. Windows color (decimal): -1319244 or 11853547. OLE color: 11853547.

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

Color convert

RGB235222180-
CMYK00.060.230.08
HSL45.82º57.89%81.37%-
HSV(B)45.82º23.4%92.16%-
XYZ68.6273.253.69-
YUV221.1104.81137.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=36.89%
G=34.85%
B=28.26%

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
Decimal23522218000.060.230.0845.8257.8981.37
HexEBDEB4061782e3a51
Octal3533362640627105672121
Binary11101011110111101011010001101011110001011101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEB4; }

 p { color: rgb(235,222,180); }

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

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

 a { background-color: rgb(235,222,180); }

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

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

 span { border-color: rgb(235,222,180); }

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