Html Css Color HEX #E5C5BD Dust Storm

📋 copy color: '#E5C5BD'

red 229 ◦ green 197 ◦ blue 189

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

Shades of Dust Storm #E5C5BD

Tints of Dust Storm #E5C5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.03%

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

R = 37.24%
G = 32.03%
B = 30.73%

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

#E5C5BD (or 0xE5C5BD) is known color: Dust Storm. HEX triplet: E5, C5 and BD. RGB value is (229,197,189). Sum of RGB (Red+Green+Blue) = 229+197+189=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5BD is #1A3A42. Grayscale: #CDCDCD. Windows color (decimal): -1718851 or 12436965. OLE color: 12436965.

HSL color Cylindrical-coordinate representation of color #E5C5BD: hue angle of 12º 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 #E5C5BD is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 197 189 -
CMYK 0 0.14 0.17 0.10
HSL 12º 0.43% 0.82% -
HSV(B) 12º 0.17% 0.9% -
XYZ 61.46 60.26 56.54 -
YUV 205.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 229 197 189 0 0.14 0.17 0.10 12 0.43 0.82
Hex E5 C5 BD 0 E 11 A C 2B 52
Octal 345 305 275 0 16 21 12 14 53 122
Binary 11100101 11000101 10111101 0 1110 10001 1010 1100 101011 1010010

Color Harmonies of #E5C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C5BD

Black with #E5C5BD

Text Example


Text Example

White with #E5C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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