#E6CABD

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

Shades of Dust Storm #E6CABD

Tints of Dust Storm #E6CABD

Color information

#E6CABD (or 0xE6CABD) is unknown color: approx Dust Storm. HEX triplet: E6, CA and BD. RGB value is (230,202,189). Sum of RGB (Red+Green+Blue) = 230+202+189=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABD is #193542. Grayscale: #D0D0D0. Windows color (decimal): -1652035 or 12438246. OLE color: 12438246.

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

Color convert

RGB230202189-
CMYK00.120.180.10
HSL19.02º45.05%82.16%-
HSV(B)19.02º17.83%90.2%-
XYZ62.9462.7456.94-
YUV208.89116.78143.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=37.04%
G=32.53%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020218900.120.180.1019.0245.0582.16
HexE6CABD0C12A132d52
Octal34631227501422122355122
Binary11100110110010101011110101100100101010100111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CABD; }

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

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

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

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

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

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

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

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