#E8CAC0

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

Shades of Dust Storm #E8CAC0

Tints of Dust Storm #E8CAC0

Color information

#E8CAC0 (or 0xE8CAC0) is unknown color: approx Dust Storm. HEX triplet: E8, CA and C0. RGB value is (232,202,192). Sum of RGB (Red+Green+Blue) = 232+202+192=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CAC0 is #17353F. Grayscale: #D1D1D1. Windows color (decimal): -1520960 or 12634856. OLE color: 12634856.

HSL color Cylindrical-coordinate representation of color #E8CAC0: hue angle of 15º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8CAC0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB232202192-
CMYK00.130.170.09
HSL15º46.51%83.14%-
HSV(B)15º17.24%90.98%-
XYZ63.9163.258.7-
YUV209.83117.94143.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 192 (75.39% from 255) = 30.67%
R=37.06%
G=32.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220219200.130.170.091546.5183.14
HexE8CAC00D119f2f53
Octal35031230001521111757123
Binary1110100011001010110000000110110001100111111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAC0; }

 p { color: rgb(232,202,192); }

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

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

 a { background-color: rgb(232,202,192); }

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

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

 span { border-color: rgb(232,202,192); }

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