Html Css Color HEX #E2C4BD Dust Storm

📋 copy color: '#E2C4BD'

red 226 ◦ green 196 ◦ blue 189

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

Shades of Dust Storm #E2C4BD

Tints of Dust Storm #E2C4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.08%

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

R = 36.99%
G = 32.08%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2C4BD (or 0xE2C4BD) is known color: Dust Storm. HEX triplet: E2, C4 and BD. RGB value is (226,196,189). Sum of RGB (Red+Green+Blue) = 226+196+189=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C4BD is #1D3B42. Grayscale: #CCCCCC. Windows color (decimal): -1915715 or 12436706. OLE color: 12436706.

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

Color convert

RGB 226 196 189 -
CMYK 0 0.13 0.16 0.11
HSL 11.35º 0.39% 0.81% -
HSV(B) 11.35º 0.16% 0.89% -
XYZ 60.29 59.32 56.42 -
YUV 204.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 226 196 189 0 0.13 0.16 0.11 11.35 0.39 0.81
Hex E2 C4 BD 0 D 10 B B 27 51
Octal 342 304 275 0 15 20 13 13 47 121
Binary 11100010 11000100 10111101 0 1101 10000 1011 1011 100111 1010001

Color Harmonies of #E2C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C4BD

Black with #E2C4BD

Text Example


Text Example

White with #E2C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C4BD; }

 p { color: rgb(226,196,189); }

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

background-color css

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

 a { background-color: rgb(226,196,189); }

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

border-color css

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

 span { border-color: rgb(226,196,189); }

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