#E6CAC6

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

Shades of Dust Storm #E6CAC6

Tints of Dust Storm #E6CAC6

Color information

#E6CAC6 (or 0xE6CAC6) is unknown color: approx Dust Storm. HEX triplet: E6, CA and C6. RGB value is (230,202,198). Sum of RGB (Red+Green+Blue) = 230+202+198=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAC6 is #193539. Grayscale: #D1D1D1. Windows color (decimal): -1652026 or 13028070. OLE color: 13028070.

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

Color convert

RGB230202198-
CMYK00.120.140.10
HSL7.5º39.02%83.92%-
HSV(B)7.5º13.91%90.2%-
XYZ63.9563.1462.24-
YUV209.92121.28142.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.51%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=36.51%
G=32.06%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020219800.120.140.107.539.0283.92
HexE6CAC60CEA82754
Octal34631230601416121047124
Binary111001101100101011000110011001110101010001001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAC6; }

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

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

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

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

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

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

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

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