#E6CABC

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

Shades of Dust Storm #E6CABC

Tints of Dust Storm #E6CABC

Color information

#E6CABC (or 0xE6CABC) is unknown color: approx Dust Storm. HEX triplet: E6, CA and BC. RGB value is (230,202,188). Sum of RGB (Red+Green+Blue) = 230+202+188=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABC is #193543. Grayscale: #D0D0D0. Windows color (decimal): -1652036 or 12372710. OLE color: 12372710.

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

Color convert

RGB230202188-
CMYK00.120.180.10
HSL20º45.65%81.96%-
HSV(B)20º18.26%90.2%-
XYZ62.8362.6956.37-
YUV208.78116.28143.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=37.10%
G=32.58%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020218800.120.180.102045.6581.96
HexE6CABC0C12A142e52
Octal34631227401422122456122
Binary11100110110010101011110001100100101010101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CABC; }

 p { color: rgb(230,202,188); }

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

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

 a { background-color: rgb(230,202,188); }

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

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

 span { border-color: rgb(230,202,188); }

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