Html Css Color HEX #E6C8BD Dust Storm

📋 copy color: '#E6C8BD'

red 230 ◦ green 200 ◦ blue 189

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

Shades of Dust Storm #E6C8BD

Tints of Dust Storm #E6C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.31%

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

R = 37.16%
G = 32.31%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6C8BD (or 0xE6C8BD) is known color: Dust Storm. HEX triplet: E6, C8 and BD. RGB value is (230,200,189). Sum of RGB (Red+Green+Blue) = 230+200+189=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8BD is #193742. Grayscale: #CFCFCF. Windows color (decimal): -1652547 or 12437734. OLE color: 12437734.

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

Color convert

RGB 230 200 189 -
CMYK 0 0.13 0.18 0.10
HSL 16.1º 0.45% 0.82% -
HSV(B) 16.1º 0.18% 0.9% -
XYZ 62.47 61.81 56.78 -
YUV 207.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 230 200 189 0 0.13 0.18 0.10 16.1 0.45 0.82
Hex E6 C8 BD 0 D 12 A 10 2D 52
Octal 346 310 275 0 15 22 12 20 55 122
Binary 11100110 11001000 10111101 0 1101 10010 1010 10000 101101 1010010

Color Harmonies of #E6C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C8BD

Black with #E6C8BD

Text Example


Text Example

White with #E6C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C8BD; }

 p { color: rgb(230,200,189); }

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

background-color css

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

 a { background-color: rgb(230,200,189); }

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

border-color css

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

 span { border-color: rgb(230,200,189); }

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