Html Css Color HEX #E1C6BE Dust Storm

📋 copy color: '#E1C6BE'

red 225 ◦ green 198 ◦ blue 190

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

Shades of Dust Storm #E1C6BE

Tints of Dust Storm #E1C6BE

RGB

 RED value IS 225 (88.28% from 255) = 36.7%

 GREEN value IS 198 (77.73% from 255) = 32.3%

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

R = 36.7%
G = 32.3%
B = 31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1C6BE (or 0xE1C6BE) is known color: Dust Storm. HEX triplet: E1, C6 and BE. RGB value is (225,198,190). Sum of RGB (Red+Green+Blue) = 225+198+190=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6BE is #1E3941. Grayscale: #CDCDCD. Windows color (decimal): -1980738 or 12502753. OLE color: 12502753.

HSL color Cylindrical-coordinate representation of color #E1C6BE: hue angle of 13.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1C6BE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 198 190 -
CMYK 0 0.12 0.16 0.12
HSL 13.71º 0.37% 0.81% -
HSV(B) 13.71º 0.16% 0.88% -
XYZ 60.54 60.11 57.13 -
YUV 205.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 225 198 190 0 0.12 0.16 0.12 13.71 0.37 0.81
Hex E1 C6 BE 0 C 10 C E 25 51
Octal 341 306 276 0 14 20 14 16 45 121
Binary 11100001 11000110 10111110 0 1100 10000 1100 1110 100101 1010001

Color Harmonies of #E1C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6BE

Black with #E1C6BE

Text Example


Text Example

White with #E1C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6BE; }

 p { color: rgb(225,198,190); }

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

background-color css

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

 a { background-color: rgb(225,198,190); }

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

border-color css

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

 span { border-color: rgb(225,198,190); }

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