Html Css Color HEX #E1C5C2 Dust Storm

📋 copy color: '#E1C5C2'

red 225 ◦ green 197 ◦ blue 194

#E1C5C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #E1C5C2

Tints of Dust Storm #E1C5C2

RGB

 RED value IS 225 (88.28% from 255) = 36.53%

 GREEN value IS 197 (77.34% from 255) = 31.98%

 BLUE value IS 194 (76.17% from 255) = 31.49%

R = 36.53%
G = 31.98%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E1C5C2 (or 0xE1C5C2) is known color: Dust Storm. HEX triplet: E1, C5 and C2. RGB value is (225,197,194). Sum of RGB (Red+Green+Blue) = 225+197+194=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C5C2 is #1E3A3D. Grayscale: #CDCDCD. Windows color (decimal): -1980990 or 12764641. OLE color: 12764641.

HSL color Cylindrical-coordinate representation of color #E1C5C2: hue angle of 5.81º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C5C2 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 197 194 -
CMYK 0 0.12 0.14 0.12
HSL 5.81º 0.34% 0.82% -
HSV(B) 5.81º 0.14% 0.88% -
XYZ 60.76 59.84 59.39 -
YUV 205.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 225 197 194 0 0.12 0.14 0.12 5.81 0.34 0.82
Hex E1 C5 C2 0 C E C 6 22 52
Octal 341 305 302 0 14 16 14 6 42 122
Binary 11100001 11000101 11000010 0 1100 1110 1100 110 100010 1010010

Color Harmonies of #E1C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C5C2

Black with #E1C5C2

Text Example


Text Example

White with #E1C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C5C2; }

 p { color: rgb(225,197,194); }

 H1.HeaderClassName
 {
   color: #E1C5C2;
 }
 .AnyTagClassName
 {
   color: #E1C5C2;
 }
</style>

background-color css

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

 a { background-color: rgb(225,197,194); }

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

border-color css

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

 span { border-color: rgb(225,197,194); }

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