Html Css Color HEX #E1CABF Dust Storm

📋 copy color: '#E1CABF'

red 225 ◦ green 202 ◦ blue 191

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

Shades of Dust Storm #E1CABF

Tints of Dust Storm #E1CABF

RGB

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

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

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

R = 36.41%
G = 32.69%
B = 30.91%

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

#E1CABF (or 0xE1CABF) is known color: Dust Storm. HEX triplet: E1, CA and BF. RGB value is (225,202,191). Sum of RGB (Red+Green+Blue) = 225+202+191=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CABF is #1E3540. Grayscale: #CFCFCF. Windows color (decimal): -1979713 or 12569313. OLE color: 12569313.

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

Color convert

RGB 225 202 191 -
CMYK 0 0.10 0.15 0.12
HSL 19.41º 0.36% 0.82% -
HSV(B) 19.41º 0.15% 0.88% -
XYZ 61.58 62.01 58.01 -
YUV 207.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 225 202 191 0 0.10 0.15 0.12 19.41 0.36 0.82
Hex E1 CA BF 0 A F C 13 24 52
Octal 341 312 277 0 12 17 14 23 44 122
Binary 11100001 11001010 10111111 0 1010 1111 1100 10011 100100 1010010

Color Harmonies of #E1CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CABF

Black with #E1CABF

Text Example


Text Example

White with #E1CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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