#E6CAC4

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

Shades of Dust Storm #E6CAC4

Tints of Dust Storm #E6CAC4

Color information

#E6CAC4 (or 0xE6CAC4) is unknown color: approx Dust Storm. HEX triplet: E6, CA and C4. RGB value is (230,202,196). Sum of RGB (Red+Green+Blue) = 230+202+196=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAC4 is #19353B. Grayscale: #D1D1D1. Windows color (decimal): -1652028 or 12896998. OLE color: 12896998.

HSL color Cylindrical-coordinate representation of color #E6CAC4: hue angle of 10.59º 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 #E6CAC4 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB230202196-
CMYK00.120.150.10
HSL10.59º40.48%83.53%-
HSV(B)10.59º14.78%90.2%-
XYZ63.7263.0561.04-
YUV209.69120.28142.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.62%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=36.62%
G=32.17%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020219600.120.150.1010.5940.4883.53
HexE6CAC40CFAb2854
Octal34631230401417121350124
Binary111001101100101011000100011001111101010111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAC4; }

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

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

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

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

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

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

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

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