#EBC8BB

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

Shades of Dust Storm #EBC8BB

Tints of Dust Storm #EBC8BB

Color information

#EBC8BB (or 0xEBC8BB) is unknown color: approx Dust Storm. HEX triplet: EB, C8 and BB. RGB value is (235,200,187). Sum of RGB (Red+Green+Blue) = 235+200+187=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8BB is #143744. Grayscale: #D1D1D1. Windows color (decimal): -1324869 or 12306667. OLE color: 12306667.

HSL color Cylindrical-coordinate representation of color #EBC8BB: hue angle of 16.25º degrees, saturation: 0.55, 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 #EBC8BB is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235200187-
CMYK00.150.200.08
HSL16.25º54.55%82.75%-
HSV(B)16.25º20.43%92.16%-
XYZ63.8862.5655.72-
YUV208.98115.6146.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=37.78%
G=32.15%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520018700.150.200.0816.2554.5582.75
HexEBC8BB0F148103753
Octal35331027301724102067123
Binary11101011110010001011101101111101001000100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8BB; }

 p { color: rgb(235,200,187); }

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

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

 a { background-color: rgb(235,200,187); }

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

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

 span { border-color: rgb(235,200,187); }

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