#E1CBBC

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

Shades of Dust Storm #E1CBBC

Tints of Dust Storm #E1CBBC

Color information

#E1CBBC (or 0xE1CBBC) is unknown color: approx Dust Storm. HEX triplet: E1, CB and BC. RGB value is (225,203,188). Sum of RGB (Red+Green+Blue) = 225+203+188=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBBC is #1E3443. Grayscale: #CFCFCF. Windows color (decimal): -1979460 or 12372961. OLE color: 12372961.

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

Color convert

RGB225203188-
CMYK00.100.160.12
HSL24.32º38.14%80.98%-
HSV(B)24.32º16.44%88.24%-
XYZ61.4862.3556.37-
YUV207.87116.79140.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 188 (73.83% from 255) = 30.52%
R=36.53%
G=32.95%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520318800.100.160.1224.3238.1480.98
HexE1CBBC0A10C182651
Octal34131327401220143046121
Binary11100001110010111011110001010100001100110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBBC; }

 p { color: rgb(225,203,188); }

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

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

 a { background-color: rgb(225,203,188); }

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

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

 span { border-color: rgb(225,203,188); }

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