#E6C9C4

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

Shades of Dust Storm #E6C9C4

Tints of Dust Storm #E6C9C4

Color information

#E6C9C4 (or 0xE6C9C4) is unknown color: approx Dust Storm. HEX triplet: E6, C9 and C4. RGB value is (230,201,196). Sum of RGB (Red+Green+Blue) = 230+201+196=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9C4 is #19363B. Grayscale: #D1D1D1. Windows color (decimal): -1652284 or 12896742. OLE color: 12896742.

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

Color convert

RGB230201196-
CMYK00.130.150.10
HSL8.82º40.48%83.53%-
HSV(B)8.82º14.78%90.2%-
XYZ63.4862.5860.96-
YUV209.1120.61142.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.68%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=36.68%
G=32.06%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020119600.130.150.108.8240.4883.53
HexE6C9C40DFA92854
Octal34631130401517121150124
Binary111001101100100111000100011011111101010011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C9C4; }

 p { color: rgb(230,201,196); }

 H1.HeaderClassName
 {
   color: #E6C9C4;
 }
 .AnyTagClassName
 {
   color: #E6C9C4;
 }
</style>
background-color css

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

 a { background-color: rgb(230,201,196); }

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

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

 span { border-color: rgb(230,201,196); }

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