#E6C7BD

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

Shades of Dust Storm #E6C7BD

Tints of Dust Storm #E6C7BD

Color information

#E6C7BD (or 0xE6C7BD) is unknown color: approx Dust Storm. HEX triplet: E6, C7 and BD. RGB value is (230,199,189). Sum of RGB (Red+Green+Blue) = 230+199+189=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7BD is #193842. Grayscale: #CFCFCF. Windows color (decimal): -1652803 or 12437478. OLE color: 12437478.

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

Color convert

RGB230199189-
CMYK00.130.180.10
HSL14.63º45.05%82.16%-
HSV(B)14.63º17.83%90.2%-
XYZ62.2461.3456.7-
YUV207.13117.77144.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=37.22%
G=32.20%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019918900.130.180.1014.6345.0582.16
HexE6C7BD0D12Af2d52
Octal34630727501522121755122
Binary1110011011000111101111010110110010101011111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C7BD; }

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

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

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

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

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

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

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

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