#E6C3BD

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

Shades of Dust Storm #E6C3BD

Tints of Dust Storm #E6C3BD

Color information

#E6C3BD (or 0xE6C3BD) is unknown color: approx Dust Storm. HEX triplet: E6, C3 and BD. RGB value is (230,195,189). Sum of RGB (Red+Green+Blue) = 230+195+189=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3BD is #193C42. Grayscale: #CCCCCC. Windows color (decimal): -1653827 or 12436454. OLE color: 12436454.

HSL color Cylindrical-coordinate representation of color #E6C3BD: hue angle of 8.78º degrees, saturation: 0.45, 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 #E6C3BD is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230195189-
CMYK00.150.180.10
HSL8.78º45.05%82.16%-
HSV(B)8.78º17.83%90.2%-
XYZ61.3359.5356.4-
YUV204.78119.1145.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=37.46%
G=31.76%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019518900.150.180.108.7845.0582.16
HexE6C3BD0F12A92d52
Octal34630327501722121155122
Binary1110011011000011101111010111110010101010011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3BD; }

 p { color: rgb(230,195,189); }

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

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

 a { background-color: rgb(230,195,189); }

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

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

 span { border-color: rgb(230,195,189); }

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