#E2CEC8

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

Shades of Dust Storm #E2CEC8

Tints of Dust Storm #E2CEC8

Color information

#E2CEC8 (or 0xE2CEC8) is unknown color: approx Dust Storm. HEX triplet: E2, CE and C8. RGB value is (226,206,200). Sum of RGB (Red+Green+Blue) = 226+206+200=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEC8 is #1D3137. Grayscale: #D3D3D3. Windows color (decimal): -1913144 or 13160162. OLE color: 13160162.

HSL color Cylindrical-coordinate representation of color #E2CEC8: hue angle of 13.85º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CEC8 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB226206200-
CMYK00.090.120.11
HSL13.85º30.95%83.53%-
HSV(B)13.85º11.5%88.63%-
XYZ63.8664.4863.72-
YUV211.3121.63138.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=35.76%
G=32.59%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620620000.090.120.1113.8530.9583.53
HexE2CEC809CBe1f54
Octal34231631001114131637124
Binary11100010110011101100100001001110010111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEC8; }

 p { color: rgb(226,206,200); }

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

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

 a { background-color: rgb(226,206,200); }

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

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

 span { border-color: rgb(226,206,200); }

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