Html Css Color HEX #E0CABF Dust Storm

📋 copy color: '#E0CABF'

red 224 ◦ green 202 ◦ blue 191

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

Shades of Dust Storm #E0CABF

Tints of Dust Storm #E0CABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.96%

R = 36.3%
G = 32.74%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0CABF (or 0xE0CABF) is known color: Dust Storm. HEX triplet: E0, CA and BF. RGB value is (224,202,191). Sum of RGB (Red+Green+Blue) = 224+202+191=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABF is #1F3540. Grayscale: #CFCFCF. Windows color (decimal): -2045249 or 12569312. OLE color: 12569312.

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

Color convert

RGB 224 202 191 -
CMYK 0 0.10 0.15 0.12
HSL 20º 0.35% 0.81% -
HSV(B) 20º 0.15% 0.88% -
XYZ 61.26 61.85 58 -
YUV 207.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 224 202 191 0 0.10 0.15 0.12 20 0.35 0.81
Hex E0 CA BF 0 A F C 14 23 51
Octal 340 312 277 0 12 17 14 24 43 121
Binary 11100000 11001010 10111111 0 1010 1111 1100 10100 100011 1010001

Color Harmonies of #E0CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CABF

Black with #E0CABF

Text Example


Text Example

White with #E0CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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