#E3CDC8

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

Shades of Dust Storm #E3CDC8

Tints of Dust Storm #E3CDC8

Color information

#E3CDC8 (or 0xE3CDC8) is unknown color: approx Dust Storm. HEX triplet: E3, CD and C8. RGB value is (227,205,200). Sum of RGB (Red+Green+Blue) = 227+205+200=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDC8 is #1C3237. Grayscale: #D3D3D3. Windows color (decimal): -1847864 or 13159907. OLE color: 13159907.

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

Color convert

RGB227205200-
CMYK00.100.120.11
HSL11.11º32.53%83.73%-
HSV(B)11.11º11.89%89.02%-
XYZ63.9464.1663.66-
YUV211.01121.79139.41-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.92%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=35.92%
G=32.44%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720520000.100.120.1111.1132.5383.73
HexE3CDC80ACBb2154
Octal34331531001214131341124
Binary111000111100110111001000010101100101110111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDC8; }

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

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

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

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

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

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

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

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