Html Css Color HEX #E1C6BF Dust Storm

📋 copy color: '#E1C6BF'

red 225 ◦ green 198 ◦ blue 191

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

Shades of Dust Storm #E1C6BF

Tints of Dust Storm #E1C6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.11%

R = 36.64%
G = 32.25%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E1C6BF (or 0xE1C6BF) is known color: Dust Storm. HEX triplet: E1, C6 and BF. RGB value is (225,198,191). Sum of RGB (Red+Green+Blue) = 225+198+191=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6BF is #1E3940. Grayscale: #CDCDCD. Windows color (decimal): -1980737 or 12568289. OLE color: 12568289.

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

Color convert

RGB 225 198 191 -
CMYK 0 0.12 0.15 0.12
HSL 12.35º 0.36% 0.82% -
HSV(B) 12.35º 0.15% 0.88% -
XYZ 60.65 60.16 57.71 -
YUV 205.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 225 198 191 0 0.12 0.15 0.12 12.35 0.36 0.82
Hex E1 C6 BF 0 C F C C 24 52
Octal 341 306 277 0 14 17 14 14 44 122
Binary 11100001 11000110 10111111 0 1100 1111 1100 1100 100100 1010010

Color Harmonies of #E1C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6BF

Black with #E1C6BF

Text Example


Text Example

White with #E1C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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