#EBC7BF

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

Shades of Dust Storm #EBC7BF

Tints of Dust Storm #EBC7BF

Color information

#EBC7BF (or 0xEBC7BF) is unknown color: approx Dust Storm. HEX triplet: EB, C7 and BF. RGB value is (235,199,191). Sum of RGB (Red+Green+Blue) = 235+199+191=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BF is #143840. Grayscale: #D0D0D0. Windows color (decimal): -1325121 or 12568555. OLE color: 12568555.

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

Color convert

RGB235199191-
CMYK00.150.190.08
HSL10.91º52.38%83.53%-
HSV(B)10.91º18.72%92.16%-
XYZ64.0962.2757.93-
YUV208.85117.93146.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 191 (75% from 255) = 30.56%
R=37.6%
G=31.84%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519919100.150.190.0810.9152.3883.53
HexEBC7BF0F138b3454
Octal35330727701723101364124
Binary1110101111000111101111110111110011100010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7BF; }

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

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

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

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

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

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

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

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