#E6CBBA

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

Shades of Dust Storm #E6CBBA

Tints of Dust Storm #E6CBBA

Color information

#E6CBBA (or 0xE6CBBA) is unknown color: approx Dust Storm. HEX triplet: E6, CB and BA. RGB value is (230,203,186). Sum of RGB (Red+Green+Blue) = 230+203+186=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBBA is #193445. Grayscale: #D1D1D1. Windows color (decimal): -1651782 or 12241894. OLE color: 12241894.

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

Color convert

RGB230203186-
CMYK00.120.190.10
HSL23.18º46.81%81.57%-
HSV(B)23.18º19.13%90.2%-
XYZ62.8563.0855.32-
YUV209.14114.95142.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=37.16%
G=32.79%
B=30.05%

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
Decimal23020318600.120.190.1023.1846.8181.57
HexE6CBBA0C13A172f52
Octal34631327201423122757122
Binary11100110110010111011101001100100111010101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBBA; }

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

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

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

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

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

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

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

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