Html Css Color HEX #E2C7BE Dust Storm

📋 copy color: '#E2C7BE'

red 226 ◦ green 199 ◦ blue 190

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

Shades of Dust Storm #E2C7BE

Tints of Dust Storm #E2C7BE

RGB

 RED value IS 226 (88.67% from 255) = 36.75%

 GREEN value IS 199 (78.13% from 255) = 32.36%

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 36.75%
G = 32.36%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2C7BE (or 0xE2C7BE) is known color: Dust Storm. HEX triplet: E2, C7 and BE. RGB value is (226,199,190). Sum of RGB (Red+Green+Blue) = 226+199+190=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C7BE is #1D3841. Grayscale: #CECECE. Windows color (decimal): -1914946 or 12503010. OLE color: 12503010.

HSL color Cylindrical-coordinate representation of color #E2C7BE: hue angle of 15º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C7BE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 199 190 -
CMYK 0 0.12 0.16 0.11
HSL 15º 0.38% 0.82% -
HSV(B) 15º 0.16% 0.89% -
XYZ 61.08 60.73 57.22 -
YUV 206.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 226 199 190 0 0.12 0.16 0.11 15 0.38 0.82
Hex E2 C7 BE 0 C 10 B F 26 52
Octal 342 307 276 0 14 20 13 17 46 122
Binary 11100010 11000111 10111110 0 1100 10000 1011 1111 100110 1010010

Color Harmonies of #E2C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C7BE

Black with #E2C7BE

Text Example


Text Example

White with #E2C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C7BE; }

 p { color: rgb(226,199,190); }

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

background-color css

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

 a { background-color: rgb(226,199,190); }

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

border-color css

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

 span { border-color: rgb(226,199,190); }

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