#E2CEC9

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

Shades of Dust Storm #E2CEC9

Tints of Dust Storm #E2CEC9

Color information

#E2CEC9 (or 0xE2CEC9) is unknown color: approx Dust Storm. HEX triplet: E2, CE and C9. RGB value is (226,206,201). Sum of RGB (Red+Green+Blue) = 226+206+201=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEC9 is #1D3136. Grayscale: #D3D3D3. Windows color (decimal): -1913143 or 13225698. OLE color: 13225698.

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

Color convert

RGB226206201-
CMYK00.090.110.11
HSL12º30.12%83.73%-
HSV(B)12º11.06%88.63%-
XYZ63.9864.5364.34-
YUV211.41122.13138.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=35.70%
G=32.54%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620620100.090.110.111230.1283.73
HexE2CEC909BBc1e54
Octal34231631101113131436124
Binary11100010110011101100100101001101110111100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CEC9; }

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

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

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

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

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

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

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

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