#EBC4BD

Color #EBC4BD Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EBC4BD

Tints of Dust Storm #EBC4BD

Color information

#EBC4BD (or 0xEBC4BD) is unknown color: approx Dust Storm. HEX triplet: EB, C4 and BD. RGB value is (235,196,189). Sum of RGB (Red+Green+Blue) = 235+196+189=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4BD is #143B42. Grayscale: #CECECE. Windows color (decimal): -1325891 or 12436715. OLE color: 12436715.

HSL color Cylindrical-coordinate representation of color #EBC4BD: hue angle of 9.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC4BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235196189-
CMYK00.170.200.08
HSL9.13º53.49%83.14%-
HSV(B)9.13º19.57%92.16%-
XYZ63.1960.8256.55-
YUV206.86117.92148.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=37.90%
G=31.61%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519618900.170.200.089.1353.4983.14
HexEBC4BD01114893553
Octal35330427502124101165123
Binary11101011110001001011110101000110100100010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4BD; }

 p { color: rgb(235,196,189); }

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

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

 a { background-color: rgb(235,196,189); }

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

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

 span { border-color: rgb(235,196,189); }

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