Html Css Color HEX #E7CABF Dust Storm

📋 copy color: '#E7CABF'

red 231 ◦ green 202 ◦ blue 191

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

Shades of Dust Storm #E7CABF

Tints of Dust Storm #E7CABF

RGB

 RED value IS 231 (90.63% from 255) = 37.02%

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

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

R = 37.02%
G = 32.37%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E7CABF (or 0xE7CABF) is known color: Dust Storm. HEX triplet: E7, CA and BF. RGB value is (231,202,191). Sum of RGB (Red+Green+Blue) = 231+202+191=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CABF is #183540. Grayscale: #D1D1D1. Windows color (decimal): -1586497 or 12569319. OLE color: 12569319.

HSL color Cylindrical-coordinate representation of color #E7CABF: hue angle of 16.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7CABF is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 202 191 -
CMYK 0 0.13 0.17 0.09
HSL 16.5º 0.45% 0.83% -
HSV(B) 16.5º 0.17% 0.91% -
XYZ 63.48 62.99 58.1 -
YUV 209.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 231 202 191 0 0.13 0.17 0.09 16.5 0.45 0.83
Hex E7 CA BF 0 D 11 9 10 2D 53
Octal 347 312 277 0 15 21 11 20 55 123
Binary 11100111 11001010 10111111 0 1101 10001 1001 10000 101101 1010011

Color Harmonies of #E7CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CABF

Black with #E7CABF

Text Example


Text Example

White with #E7CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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