#E0CDCA

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

Shades of Dust Storm #E0CDCA

Tints of Dust Storm #E0CDCA

Color information

#E0CDCA (or 0xE0CDCA) is unknown color: approx Dust Storm. HEX triplet: E0, CD and CA. RGB value is (224,205,202). Sum of RGB (Red+Green+Blue) = 224+205+202=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDCA is #1F3235. Grayscale: #D2D2D2. Windows color (decimal): -2044470 or 13290976. OLE color: 13290976.

HSL color Cylindrical-coordinate representation of color #E0CDCA: hue angle of 8.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CDCA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224205202-
CMYK00.080.100.12
HSL8.18º26.19%83.53%-
HSV(B)8.18º9.82%87.84%-
XYZ63.2363.7764.85-
YUV210.34123.29137.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=35.50%
G=32.49%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420520200.080.100.128.1826.1983.53
HexE0CDCA08AC81a54
Octal34031531201012141032124
Binary11100000110011011100101001000101011001000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDCA; }

 p { color: rgb(224,205,202); }

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

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

 a { background-color: rgb(224,205,202); }

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

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

 span { border-color: rgb(224,205,202); }

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