Html Css Color HEX #E1CABC Dust Storm

📋 copy color: '#E1CABC'

red 225 ◦ green 202 ◦ blue 188

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

Shades of Dust Storm #E1CABC

Tints of Dust Storm #E1CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 36.59%
G = 32.85%
B = 30.57%

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

#E1CABC (or 0xE1CABC) is known color: Dust Storm. HEX triplet: E1, CA and BC. RGB value is (225,202,188). Sum of RGB (Red+Green+Blue) = 225+202+188=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CABC is #1E3543. Grayscale: #CFCFCF. Windows color (decimal): -1979716 or 12372705. OLE color: 12372705.

HSL color Cylindrical-coordinate representation of color #E1CABC: hue angle of 22.7º degrees, saturation: 0.38, 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 #E1CABC is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 202 188 -
CMYK 0 0.10 0.16 0.12
HSL 22.7º 0.38% 0.81% -
HSV(B) 22.7º 0.16% 0.88% -
XYZ 61.25 61.88 56.29 -
YUV 207.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 225 202 188 0 0.10 0.16 0.12 22.7 0.38 0.81
Hex E1 CA BC 0 A 10 C 17 26 51
Octal 341 312 274 0 12 20 14 27 46 121
Binary 11100001 11001010 10111100 0 1010 10000 1100 10111 100110 1010001

Color Harmonies of #E1CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CABC

Black with #E1CABC

Text Example


Text Example

White with #E1CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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