#E6CABA

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

Shades of Dust Storm #E6CABA

Tints of Dust Storm #E6CABA

Color information

#E6CABA (or 0xE6CABA) is unknown color: approx Dust Storm. HEX triplet: E6, CA and BA. RGB value is (230,202,186). Sum of RGB (Red+Green+Blue) = 230+202+186=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABA is #193545. Grayscale: #D0D0D0. Windows color (decimal): -1652038 or 12241638. OLE color: 12241638.

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

Color convert

RGB230202186-
CMYK00.120.190.10
HSL21.82º46.81%81.57%-
HSV(B)21.82º19.13%90.2%-
XYZ62.6262.6155.24-
YUV208.55115.28143.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=37.22%
G=32.69%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020218600.120.190.1021.8246.8181.57
HexE6CABA0C13A162f52
Octal34631227201423122657122
Binary11100110110010101011101001100100111010101101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CABA; }

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

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

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

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

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

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

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

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