Html Css Color HEX #E0CABD Dust Storm

📋 copy color: '#E0CABD'

red 224 ◦ green 202 ◦ blue 189

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

Shades of Dust Storm #E0CABD

Tints of Dust Storm #E0CABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.85%

 BLUE value IS 189 (74.22% from 255) = 30.73%

R = 36.42%
G = 32.85%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0CABD (or 0xE0CABD) is known color: Dust Storm. HEX triplet: E0, CA and BD. RGB value is (224,202,189). Sum of RGB (Red+Green+Blue) = 224+202+189=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABD is #1F3542. Grayscale: #CFCFCF. Windows color (decimal): -2045251 or 12438240. OLE color: 12438240.

HSL color Cylindrical-coordinate representation of color #E0CABD: hue angle of 22.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CABD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 202 189 -
CMYK 0 0.10 0.16 0.12
HSL 22.29º 0.36% 0.81% -
HSV(B) 22.29º 0.16% 0.88% -
XYZ 61.05 61.76 56.85 -
YUV 207.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 224 202 189 0 0.10 0.16 0.12 22.29 0.36 0.81
Hex E0 CA BD 0 A 10 C 16 24 51
Octal 340 312 275 0 12 20 14 26 44 121
Binary 11100000 11001010 10111101 0 1010 10000 1100 10110 100100 1010001

Color Harmonies of #E0CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CABD

Black with #E0CABD

Text Example


Text Example

White with #E0CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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