#E9CBBC

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

Shades of Dust Storm #E9CBBC

Tints of Dust Storm #E9CBBC

Color information

#E9CBBC (or 0xE9CBBC) is unknown color: approx Dust Storm. HEX triplet: E9, CB and BC. RGB value is (233,203,188). Sum of RGB (Red+Green+Blue) = 233+203+188=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBBC is #163443. Grayscale: #D2D2D2. Windows color (decimal): -1455172 or 12372969. OLE color: 12372969.

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

Color convert

RGB233203188-
CMYK00.130.190.09
HSL20º50.56%82.55%-
HSV(B)20º19.31%91.37%-
XYZ64.0463.6756.49-
YUV210.26115.44144.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.34%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=37.34%
G=32.53%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320318800.130.190.092050.5682.55
HexE9CBBC0D139143353
Octal35131327401523112463123
Binary11101001110010111011110001101100111001101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBBC; }

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

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

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

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

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

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

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

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