#E7CBBF

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

Shades of Dust Storm #E7CBBF

Tints of Dust Storm #E7CBBF

Color information

#E7CBBF (or 0xE7CBBF) is unknown color: approx Dust Storm. HEX triplet: E7, CB and BF. RGB value is (231,203,191). Sum of RGB (Red+Green+Blue) = 231+203+191=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBBF is #183440. Grayscale: #D2D2D2. Windows color (decimal): -1586241 or 12569575. OLE color: 12569575.

HSL color Cylindrical-coordinate representation of color #E7CBBF: hue angle of 18º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7CBBF is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231203191-
CMYK00.120.170.09
HSL18º45.45%82.75%-
HSV(B)18º17.32%90.59%-
XYZ63.7163.4658.18-
YUV210117.28142.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 191 (75% from 255) = 30.56%
R=36.96%
G=32.48%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120319100.120.170.091845.4582.75
HexE7CBBF0C119122d53
Octal34731327701421112255123
Binary11100111110010111011111101100100011001100101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBBF; }

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

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

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

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

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

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

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

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