#e1ccbf

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

Shades of Dust Storm #E1CCBF

Tints of Dust Storm #E1CCBF

Color information

#E1CCBF (or 0xE1CCBF) is unknown color: approx Dust Storm. HEX triplet: E1, CC and BF. RGB value is (225,204,191). Sum of RGB (Red+Green+Blue) = 225+204+191=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCBF is #1E3340. Grayscale: #D0D0D0. Windows color (decimal): -1979201 or 12569825. OLE color: 12569825.

HSL color Cylindrical-coordinate representation of color #E1CCBF: hue angle of 22.94º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CCBF is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225204191-
CMYK00.090.150.12
HSL22.94º36.17%81.57%-
HSV(B)22.94º15.11%88.24%-
XYZ62.0562.9558.17-
YUV208.8117.96139.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 191 (75% from 255) = 30.81%
R=36.29%
G=32.90%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520419100.090.150.1222.9436.1781.57
HexE1CCBF09FC172452
Octal34131427701117142744122
Binary1110000111001100101111110100111111100101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1ccbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1ccbf; }

 p { color: rgb(225,204,191); }

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

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

 a { background-color: rgb(225,204,191); }

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

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

 span { border-color: rgb(225,204,191); }

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