Html Css Color HEX #E0CCC1 Dust Storm

📋 copy color: '#E0CCC1'

red 224 ◦ green 204 ◦ blue 193

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

Shades of Dust Storm #E0CCC1

Tints of Dust Storm #E0CCC1

RGB

 RED value IS 224 (87.89% from 255) = 36.07%

 GREEN value IS 204 (80.08% from 255) = 32.85%

 BLUE value IS 193 (75.78% from 255) = 31.08%

R = 36.07%
G = 32.85%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E0CCC1 (or 0xE0CCC1) is known color: Dust Storm. HEX triplet: E0, CC and C1. RGB value is (224,204,193). Sum of RGB (Red+Green+Blue) = 224+204+193=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCC1 is #1F333E. Grayscale: #D0D0D0. Windows color (decimal): -2044735 or 12700896. OLE color: 12700896.

HSL color Cylindrical-coordinate representation of color #E0CCC1: hue angle of 21.29º degrees, saturation: 0.33, 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 #E0CCC1 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 204 193 -
CMYK 0 0.09 0.14 0.12
HSL 21.29º 0.33% 0.82% -
HSV(B) 21.29º 0.14% 0.88% -
XYZ 61.96 62.88 59.32 -
YUV 208.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 224 204 193 0 0.09 0.14 0.12 21.29 0.33 0.82
Hex E0 CC C1 0 9 E C 15 21 52
Octal 340 314 301 0 11 16 14 25 41 122
Binary 11100000 11001100 11000001 0 1001 1110 1100 10101 100001 1010010

Color Harmonies of #E0CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCC1

Black with #E0CCC1

Text Example


Text Example

White with #E0CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCC1; }

 p { color: rgb(224,204,193); }

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

background-color css

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

 a { background-color: rgb(224,204,193); }

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

border-color css

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

 span { border-color: rgb(224,204,193); }

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