#E1CBBF

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

Shades of Dust Storm #E1CBBF

Tints of Dust Storm #E1CBBF

Color information

#E1CBBF (or 0xE1CBBF) is unknown color: approx Dust Storm. HEX triplet: E1, CB and BF. RGB value is (225,203,191). Sum of RGB (Red+Green+Blue) = 225+203+191=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBBF is #1E3440. Grayscale: #D0D0D0. Windows color (decimal): -1979457 or 12569569. OLE color: 12569569.

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

Color convert

RGB225203191-
CMYK00.100.150.12
HSL21.18º36.17%81.57%-
HSV(B)21.18º15.11%88.24%-
XYZ61.8162.4858.09-
YUV208.21118.29139.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.35%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 191 (75% from 255) = 30.86%
R=36.35%
G=32.79%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520319100.100.150.1221.1836.1781.57
HexE1CBBF0AFC152452
Octal34131327701217142544122
Binary1110000111001011101111110101011111100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBBF; }

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

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

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

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

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

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

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

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