#E6CCBB

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

Shades of Dust Storm #E6CCBB

Tints of Dust Storm #E6CCBB

Color information

#E6CCBB (or 0xE6CCBB) is unknown color: approx Dust Storm. HEX triplet: E6, CC and BB. RGB value is (230,204,187). Sum of RGB (Red+Green+Blue) = 230+204+187=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCBB is #193344. Grayscale: #D1D1D1. Windows color (decimal): -1651525 or 12307686. OLE color: 12307686.

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

Color convert

RGB230204187-
CMYK00.110.190.10
HSL23.72º46.24%81.76%-
HSV(B)23.72º18.7%90.2%-
XYZ63.263.655.96-
YUV209.84115.11142.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=37.04%
G=32.85%
B=30.11%

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
Decimal23020418700.110.190.1023.7246.2481.76
HexE6CCBB0B13A182e52
Octal34631427301323123056122
Binary11100110110011001011101101011100111010110001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCBB; }

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

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

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

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

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

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

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

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