Html Css Color HEX #E7C2BA Dust Storm

📋 copy color: '#E7C2BA'

red 231 ◦ green 194 ◦ blue 186

#E7C2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #E7C2BA

Tints of Dust Storm #E7C2BA

RGB

 RED value IS 231 (90.63% from 255) = 37.81%

 GREEN value IS 194 (76.17% from 255) = 31.75%

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 37.81%
G = 31.75%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7C2BA (or 0xE7C2BA) is known color: Dust Storm. HEX triplet: E7, C2 and BA. RGB value is (231,194,186). Sum of RGB (Red+Green+Blue) = 231+194+186=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C2BA is #183D45. Grayscale: #CCCCCC. Windows color (decimal): -1588550 or 12239591. OLE color: 12239591.

HSL color Cylindrical-coordinate representation of color #E7C2BA: hue angle of 10.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C2BA is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 194 186 -
CMYK 0 0.16 0.19 0.09
HSL 10.67º 0.48% 0.82% -
HSV(B) 10.67º 0.19% 0.91% -
XYZ 61.11 59.12 54.64 -
YUV 204.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 231 194 186 0 0.16 0.19 0.09 10.67 0.48 0.82
Hex E7 C2 BA 0 10 13 9 B 30 52
Octal 347 302 272 0 20 23 11 13 60 122
Binary 11100111 11000010 10111010 0 10000 10011 1001 1011 110000 1010010

Color Harmonies of #E7C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C2BA

Black with #E7C2BA

Text Example


Text Example

White with #E7C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C2BA; }

 p { color: rgb(231,194,186); }

 H1.HeaderClassName
 {
   color: #E7C2BA;
 }
 .AnyTagClassName
 {
   color: #E7C2BA;
 }
</style>

background-color css

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

 a { background-color: rgb(231,194,186); }

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

border-color css

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

 span { border-color: rgb(231,194,186); }

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