#E6CAC1

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

Shades of Dust Storm #E6CAC1

Tints of Dust Storm #E6CAC1

Color information

#E6CAC1 (or 0xE6CAC1) is unknown color: approx Dust Storm. HEX triplet: E6, CA and C1. RGB value is (230,202,193). Sum of RGB (Red+Green+Blue) = 230+202+193=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAC1 is #19353E. Grayscale: #D1D1D1. Windows color (decimal): -1652031 or 12700390. OLE color: 12700390.

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

Color convert

RGB230202193-
CMYK00.120.160.10
HSL14.59º42.53%82.94%-
HSV(B)14.59º16.09%90.2%-
XYZ63.3862.9159.26-
YUV209.35118.78142.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.8%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 193 (75.78% from 255) = 30.88%
R=36.8%
G=32.32%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020219300.120.160.1014.5942.5382.94
HexE6CAC10C10Af2b53
Octal34631230101420121753123
Binary1110011011001010110000010110010000101011111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAC1; }

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

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

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

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

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

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

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

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