#E2CBBC

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

Shades of Dust Storm #E2CBBC

Tints of Dust Storm #E2CBBC

Color information

#E2CBBC (or 0xE2CBBC) is unknown color: approx Dust Storm. HEX triplet: E2, CB and BC. RGB value is (226,203,188). Sum of RGB (Red+Green+Blue) = 226+203+188=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBBC is #1D3443. Grayscale: #D0D0D0. Windows color (decimal): -1913924 or 12372962. OLE color: 12372962.

HSL color Cylindrical-coordinate representation of color #E2CBBC: hue angle of 23.68º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2CBBC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB226203188-
CMYK00.100.170.11
HSL23.68º39.58%81.18%-
HSV(B)23.68º16.81%88.63%-
XYZ61.862.5156.39-
YUV208.17116.62140.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.63%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=36.63%
G=32.90%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620318800.100.170.1123.6839.5881.18
HexE2CBBC0A11B182851
Octal34231327401221133050121
Binary11100010110010111011110001010100011011110001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBBC; }

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

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

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

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

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

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

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

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