Html Css Color HEX #E6CABF Dust Storm

📋 copy color: '#E6CABF'

red 230 ◦ green 202 ◦ blue 191

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

Shades of Dust Storm #E6CABF

Tints of Dust Storm #E6CABF

RGB

 RED value IS 230 (90.23% from 255) = 36.92%

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

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

R = 36.92%
G = 32.42%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6CABF (or 0xE6CABF) is known color: Dust Storm. HEX triplet: E6, CA and BF. RGB value is (230,202,191). Sum of RGB (Red+Green+Blue) = 230+202+191=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CABF is #193540. Grayscale: #D1D1D1. Windows color (decimal): -1652033 or 12569318. OLE color: 12569318.

HSL color Cylindrical-coordinate representation of color #E6CABF: hue angle of 16.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CABF is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 191 -
CMYK 0 0.12 0.17 0.10
HSL 16.92º 0.44% 0.83% -
HSV(B) 16.92º 0.17% 0.9% -
XYZ 63.16 62.83 58.09 -
YUV 209.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 230 202 191 0 0.12 0.17 0.10 16.92 0.44 0.83
Hex E6 CA BF 0 C 11 A 11 2C 53
Octal 346 312 277 0 14 21 12 21 54 123
Binary 11100110 11001010 10111111 0 1100 10001 1010 10001 101100 1010011

Color Harmonies of #E6CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CABF

Black with #E6CABF

Text Example


Text Example

White with #E6CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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