#E6C8BD

Color #E6C8BD Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #E6C8BD

Tints of Dust Storm #E6C8BD

Color information

#E6C8BD (or 0xE6C8BD) is unknown color: approx 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

RGB230200189-
CMYK00.130.180.10
HSL16.1º45.05%82.16%-
HSV(B)16.1º17.83%90.2%-
XYZ62.4761.8156.78-
YUV207.72117.44143.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020018900.130.180.1016.145.0582.16
HexE6C8BD0D12A102d52
Octal34631027501522122055122
Binary11100110110010001011110101101100101010100001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>