#E0CECA

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

Shades of Dust Storm #E0CECA

Tints of Dust Storm #E0CECA

Color information

#E0CECA (or 0xE0CECA) is unknown color: approx Dust Storm. HEX triplet: E0, CE and CA. RGB value is (224,206,202). Sum of RGB (Red+Green+Blue) = 224+206+202=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CECA is #1F3135. Grayscale: #D2D2D2. Windows color (decimal): -2044214 or 13291232. OLE color: 13291232.

HSL color Cylindrical-coordinate representation of color #E0CECA: hue angle of 10.91º degrees, saturation: 0.26, 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 #E0CECA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224206202-
CMYK00.080.100.12
HSL10.91º26.19%83.53%-
HSV(B)10.91º9.82%87.84%-
XYZ63.4764.2564.93-
YUV210.93122.96137.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=35.44%
G=32.59%
B=31.96%

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
Decimal22420620200.080.100.1210.9126.1983.53
HexE0CECA08ACb1a54
Octal34031631201012141332124
Binary11100000110011101100101001000101011001011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CECA; }

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

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

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

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

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

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

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

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