#E6CCC7

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

Shades of Dust Storm #E6CCC7

Tints of Dust Storm #E6CCC7

Color information

#E6CCC7 (or 0xE6CCC7) is unknown color: approx Dust Storm. HEX triplet: E6, CC and C7. RGB value is (230,204,199). Sum of RGB (Red+Green+Blue) = 230+204+199=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC7 is #193338. Grayscale: #D3D3D3. Windows color (decimal): -1651513 or 13094118. OLE color: 13094118.

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

Color convert

RGB230204199-
CMYK00.110.130.10
HSL9.68º38.27%84.12%-
HSV(B)9.68º13.48%90.2%-
XYZ64.5364.1363.01-
YUV211.2121.11141.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.33%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 199 (78.12% from 255) = 31.44%
R=36.33%
G=32.23%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020419900.110.130.109.6838.2784.12
HexE6CCC70BDAa2654
Octal34631430701315121246124
Binary111001101100110011000111010111101101010101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCC7; }

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

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

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

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

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

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

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

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