Html Css Color HEX #E6C3BE Dust Storm

📋 copy color: '#E6C3BE'

red 230 ◦ green 195 ◦ blue 190

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

Shades of Dust Storm #E6C3BE

Tints of Dust Storm #E6C3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.71%

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 37.4%
G = 31.71%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6C3BE (or 0xE6C3BE) is known color: Dust Storm. HEX triplet: E6, C3 and BE. RGB value is (230,195,190). Sum of RGB (Red+Green+Blue) = 230+195+190=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3BE is #193C41. Grayscale: #CCCCCC. Windows color (decimal): -1653826 or 12501990. OLE color: 12501990.

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

Color convert

RGB 230 195 190 -
CMYK 0 0.15 0.17 0.10
HSL 7.5º 0.44% 0.82% -
HSV(B) 7.5º 0.17% 0.9% -
XYZ 61.44 59.57 56.98 -
YUV 204.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 230 195 190 0 0.15 0.17 0.10 7.5 0.44 0.82
Hex E6 C3 BE 0 F 11 A 8 2C 52
Octal 346 303 276 0 17 21 12 10 54 122
Binary 11100110 11000011 10111110 0 1111 10001 1010 1000 101100 1010010

Color Harmonies of #E6C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C3BE

Black with #E6C3BE

Text Example


Text Example

White with #E6C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C3BE; }

 p { color: rgb(230,195,190); }

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

background-color css

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

 a { background-color: rgb(230,195,190); }

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

border-color css

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

 span { border-color: rgb(230,195,190); }

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