#E6CDBB

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

Shades of Dust Storm #E6CDBB

Tints of Dust Storm #E6CDBB

Color information

#E6CDBB (or 0xE6CDBB) is unknown color: approx Dust Storm. HEX triplet: E6, CD and BB. RGB value is (230,205,187). Sum of RGB (Red+Green+Blue) = 230+205+187=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDBB is #193244. Grayscale: #D2D2D2. Windows color (decimal): -1651269 or 12307942. OLE color: 12307942.

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

Color convert

RGB230205187-
CMYK00.110.190.10
HSL25.12º46.24%81.76%-
HSV(B)25.12º18.7%90.2%-
XYZ63.4364.0756.04-
YUV210.42114.78141.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=36.98%
G=32.96%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020518700.110.190.1025.1246.2481.76
HexE6CDBB0B13A192e52
Octal34631527301323123156122
Binary11100110110011011011101101011100111010110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDBB; }

 p { color: rgb(230,205,187); }

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

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

 a { background-color: rgb(230,205,187); }

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

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

 span { border-color: rgb(230,205,187); }

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