Html Css Color HEX #E6C7BA Dust Storm

📋 copy color: '#E6C7BA'

red 230 ◦ green 199 ◦ blue 186

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

Shades of Dust Storm #E6C7BA

Tints of Dust Storm #E6C7BA

RGB

 RED value IS 230 (90.23% from 255) = 37.4%

 GREEN value IS 199 (78.13% from 255) = 32.36%

 BLUE value IS 186 (73.05% from 255) = 30.24%

R = 37.4%
G = 32.36%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6C7BA (or 0xE6C7BA) is known color: Dust Storm. HEX triplet: E6, C7 and BA. RGB value is (230,199,186). Sum of RGB (Red+Green+Blue) = 230+199+186=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7BA is #193845. Grayscale: #CECECE. Windows color (decimal): -1652806 or 12240870. OLE color: 12240870.

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

Color convert

RGB 230 199 186 -
CMYK 0 0.13 0.19 0.10
HSL 17.73º 0.47% 0.82% -
HSV(B) 17.73º 0.19% 0.9% -
XYZ 61.92 61.22 55.01 -
YUV 206.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 230 199 186 0 0.13 0.19 0.10 17.73 0.47 0.82
Hex E6 C7 BA 0 D 13 A 12 2F 52
Octal 346 307 272 0 15 23 12 22 57 122
Binary 11100110 11000111 10111010 0 1101 10011 1010 10010 101111 1010010

Color Harmonies of #E6C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C7BA

Black with #E6C7BA

Text Example


Text Example

White with #E6C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C7BA; }

 p { color: rgb(230,199,186); }

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

background-color css

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

 a { background-color: rgb(230,199,186); }

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

border-color css

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

 span { border-color: rgb(230,199,186); }

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