Html Css Color HEX #E5C6BD Dust Storm

📋 copy color: '#E5C6BD'

red 229 ◦ green 198 ◦ blue 189

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

Shades of Dust Storm #E5C6BD

Tints of Dust Storm #E5C6BD

RGB

 RED value IS 229 (89.84% from 255) = 37.18%

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

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

R = 37.18%
G = 32.14%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5C6BD (or 0xE5C6BD) is known color: Dust Storm. HEX triplet: E5, C6 and BD. RGB value is (229,198,189). Sum of RGB (Red+Green+Blue) = 229+198+189=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6BD is #1A3942. Grayscale: #CECECE. Windows color (decimal): -1718595 or 12437221. OLE color: 12437221.

HSL color Cylindrical-coordinate representation of color #E5C6BD: hue angle of 13.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5C6BD is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 198 189 -
CMYK 0 0.14 0.17 0.10
HSL 13.5º 0.43% 0.82% -
HSV(B) 13.5º 0.17% 0.9% -
XYZ 61.69 60.72 56.61 -
YUV 206.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 229 198 189 0 0.14 0.17 0.10 13.5 0.43 0.82
Hex E5 C6 BD 0 E 11 A E 2B 52
Octal 345 306 275 0 16 21 12 16 53 122
Binary 11100101 11000110 10111101 0 1110 10001 1010 1110 101011 1010010

Color Harmonies of #E5C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C6BD

Black with #E5C6BD

Text Example


Text Example

White with #E5C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C6BD; }

 p { color: rgb(229,198,189); }

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

background-color css

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

 a { background-color: rgb(229,198,189); }

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

border-color css

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

 span { border-color: rgb(229,198,189); }

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