#E6CDC8

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

Shades of Dust Storm #E6CDC8

Tints of Dust Storm #E6CDC8

Color information

#E6CDC8 (or 0xE6CDC8) is unknown color: approx Dust Storm. HEX triplet: E6, CD and C8. RGB value is (230,205,200). Sum of RGB (Red+Green+Blue) = 230+205+200=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDC8 is #193237. Grayscale: #D3D3D3. Windows color (decimal): -1651256 or 13159910. OLE color: 13159910.

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

Color convert

RGB230205200-
CMYK00.110.130.10
HSL10º37.5%84.31%-
HSV(B)10º13.04%90.2%-
XYZ64.8964.6663.7-
YUV211.9121.28140.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 200 (78.52% from 255) = 31.50%
R=36.22%
G=32.28%
B=31.50%

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
Decimal23020520000.110.130.101037.584.31
HexE6CDC80BDAa2654
Octal34631531001315121246124
Binary111001101100110111001000010111101101010101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDC8; }

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

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

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

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

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

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

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

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