#E1CECA

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

Shades of Dust Storm #E1CECA

Tints of Dust Storm #E1CECA

Color information

#E1CECA (or 0xE1CECA) is unknown color: approx Dust Storm. HEX triplet: E1, CE and CA. RGB value is (225,206,202). Sum of RGB (Red+Green+Blue) = 225+206+202=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CECA is #1E3135. Grayscale: #D3D3D3. Windows color (decimal): -1978678 or 13291233. OLE color: 13291233.

HSL color Cylindrical-coordinate representation of color #E1CECA: hue angle of 10.43º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CECA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225206202-
CMYK00.080.100.12
HSL10.43º27.71%83.73%-
HSV(B)10.43º10.22%88.24%-
XYZ63.7864.4164.95-
YUV211.22122.79137.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=35.55%
G=32.54%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520620200.080.100.1210.4327.7183.73
HexE1CECA08ACa1c54
Octal34131631201012141234124
Binary11100001110011101100101001000101011001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CECA; }

 p { color: rgb(225,206,202); }

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

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

 a { background-color: rgb(225,206,202); }

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

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

 span { border-color: rgb(225,206,202); }

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