Html Css Color HEX #E7C4BD Dust Storm

📋 copy color: '#E7C4BD'

red 231 ◦ green 196 ◦ blue 189

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

Shades of Dust Storm #E7C4BD

Tints of Dust Storm #E7C4BD

RGB

 RED value IS 231 (90.63% from 255) = 37.5%

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

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

R = 37.5%
G = 31.82%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E7C4BD (or 0xE7C4BD) is known color: Dust Storm. HEX triplet: E7, C4 and BD. RGB value is (231,196,189). Sum of RGB (Red+Green+Blue) = 231+196+189=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4BD is #183B42. Grayscale: #CDCDCD. Windows color (decimal): -1588035 or 12436711. OLE color: 12436711.

HSL color Cylindrical-coordinate representation of color #E7C4BD: hue angle of 10º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7C4BD is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 196 189 -
CMYK 0 0.15 0.18 0.09
HSL 10º 0.47% 0.82% -
HSV(B) 10º 0.18% 0.91% -
XYZ 61.88 60.14 56.49 -
YUV 205.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 231 196 189 0 0.15 0.18 0.09 10 0.47 0.82
Hex E7 C4 BD 0 F 12 9 A 2F 52
Octal 347 304 275 0 17 22 11 12 57 122
Binary 11100111 11000100 10111101 0 1111 10010 1001 1010 101111 1010010

Color Harmonies of #E7C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C4BD

Black with #E7C4BD

Text Example


Text Example

White with #E7C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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