#EBC6BF

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

Shades of Dust Storm #EBC6BF

Tints of Dust Storm #EBC6BF

Color information

#EBC6BF (or 0xEBC6BF) is unknown color: approx Dust Storm. HEX triplet: EB, C6 and BF. RGB value is (235,198,191). Sum of RGB (Red+Green+Blue) = 235+198+191=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6BF is #143940. Grayscale: #D0D0D0. Windows color (decimal): -1325377 or 12568299. OLE color: 12568299.

HSL color Cylindrical-coordinate representation of color #EBC6BF: hue angle of 9.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC6BF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235198191-
CMYK00.160.190.08
HSL9.55º52.38%83.53%-
HSV(B)9.55º18.72%92.16%-
XYZ63.8661.8157.86-
YUV208.26118.26147.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 191 (75% from 255) = 30.61%
R=37.66%
G=31.73%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519819100.160.190.089.5552.3883.53
HexEBC6BF010138a3454
Octal35330627702023101264124
Binary11101011110001101011111101000010011100010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6BF; }

 p { color: rgb(235,198,191); }

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

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

 a { background-color: rgb(235,198,191); }

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

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

 span { border-color: rgb(235,198,191); }

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