Html Css Color HEX #E3C2BD Dust Storm

📋 copy color: '#E3C2BD'

red 227 ◦ green 194 ◦ blue 189

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

Shades of Dust Storm #E3C2BD

Tints of Dust Storm #E3C2BD

RGB

 RED value IS 227 (89.06% from 255) = 37.21%

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

 BLUE value IS 189 (74.22% from 255) = 30.98%

R = 37.21%
G = 31.8%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E3C2BD (or 0xE3C2BD) is known color: Dust Storm. HEX triplet: E3, C2 and BD. RGB value is (227,194,189). Sum of RGB (Red+Green+Blue) = 227+194+189=610 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.21% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C2BD is #1C3D42. Grayscale: #CBCBCB. Windows color (decimal): -1850691 or 12436195. OLE color: 12436195.

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

Color convert

RGB 227 194 189 -
CMYK 0 0.15 0.17 0.11
HSL 7.89º 0.4% 0.82% -
HSV(B) 7.89º 0.17% 0.89% -
XYZ 60.16 58.59 56.28 -
YUV 203.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 227 194 189 0 0.15 0.17 0.11 7.89 0.4 0.82
Hex E3 C2 BD 0 F 11 B 8 28 52
Octal 343 302 275 0 17 21 13 10 50 122
Binary 11100011 11000010 10111101 0 1111 10001 1011 1000 101000 1010010

Color Harmonies of #E3C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C2BD

Black with #E3C2BD

Text Example


Text Example

White with #E3C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C2BD; }

 p { color: rgb(227,194,189); }

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

background-color css

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

 a { background-color: rgb(227,194,189); }

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

border-color css

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

 span { border-color: rgb(227,194,189); }

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