#E6C4B8

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

Shades of Dust Storm #E6C4B8

Tints of Dust Storm #E6C4B8

Color information

#E6C4B8 (or 0xE6C4B8) is unknown color: approx Dust Storm. HEX triplet: E6, C4 and B8. RGB value is (230,196,184). Sum of RGB (Red+Green+Blue) = 230+196+184=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4B8 is #193B47. Grayscale: #CCCCCC. Windows color (decimal): -1653576 or 12109030. OLE color: 12109030.

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

Color convert

RGB230196184-
CMYK00.150.20.10
HSL15.65º47.92%81.18%-
HSV(B)15.65º20%90.2%-
XYZ61.0259.7653.67-
YUV204.8116.26145.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.70%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 184 (72.27% from 255) = 30.16%
R=37.70%
G=32.13%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019618400.150.20.1015.6547.9281.18
HexE6C4B80F14A103051
Octal34630427001724122060121
Binary11100110110001001011100001111101001010100001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C4B8; }

 p { color: rgb(230,196,184); }

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

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

 a { background-color: rgb(230,196,184); }

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

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

 span { border-color: rgb(230,196,184); }

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