#E0CABF

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

Shades of Dust Storm #E0CABF

Tints of Dust Storm #E0CABF

Color information

#E0CABF (or 0xE0CABF) is unknown color: approx Dust Storm. HEX triplet: E0, CA and BF. RGB value is (224,202,191). Sum of RGB (Red+Green+Blue) = 224+202+191=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABF is #1F3540. Grayscale: #CFCFCF. Windows color (decimal): -2045249 or 12569312. OLE color: 12569312.

HSL color Cylindrical-coordinate representation of color #E0CABF: hue angle of 20º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CABF is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224202191-
CMYK00.100.150.12
HSL20º34.74%81.37%-
HSV(B)20º14.73%87.84%-
XYZ61.2661.8558-
YUV207.32118.79139.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 191 (75% from 255) = 30.96%
R=36.30%
G=32.74%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420219100.100.150.122034.7481.37
HexE0CABF0AFC142351
Octal34031227701217142443121
Binary1110000011001010101111110101011111100101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CABF; }

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

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

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

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

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

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

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

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