Html Css Color HEX #E0C4BD Dust Storm

📋 copy color: '#E0C4BD'

red 224 ◦ green 196 ◦ blue 189

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

Shades of Dust Storm #E0C4BD

Tints of Dust Storm #E0C4BD

RGB

 RED value IS 224 (87.89% from 255) = 36.78%

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

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

R = 36.78%
G = 32.18%
B = 31.03%

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

#E0C4BD (or 0xE0C4BD) is known color: Dust Storm. HEX triplet: E0, C4 and BD. RGB value is (224,196,189). Sum of RGB (Red+Green+Blue) = 224+196+189=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4BD is #1F3B42. Grayscale: #CBCBCB. Windows color (decimal): -2046787 or 12436704. OLE color: 12436704.

HSL color Cylindrical-coordinate representation of color #E0C4BD: hue angle of 12º degrees, saturation: 0.36, 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 #E0C4BD is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 196 189 -
CMYK 0 0.12 0.16 0.12
HSL 12º 0.36% 0.81% -
HSV(B) 12º 0.16% 0.88% -
XYZ 59.67 59 56.39 -
YUV 203.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 224 196 189 0 0.12 0.16 0.12 12 0.36 0.81
Hex E0 C4 BD 0 C 10 C C 24 51
Octal 340 304 275 0 14 20 14 14 44 121
Binary 11100000 11000100 10111101 0 1100 10000 1100 1100 100100 1010001

Color Harmonies of #E0C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C4BD

Black with #E0C4BD

Text Example


Text Example

White with #E0C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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