Html Css Color HEX #E6C4BD Dust Storm

📋 copy color: '#E6C4BD'

red 230 ◦ green 196 ◦ blue 189

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

Shades of Dust Storm #E6C4BD

Tints of Dust Storm #E6C4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.87%

 BLUE value IS 189 (74.22% from 255) = 30.73%

R = 37.4%
G = 31.87%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6C4BD (or 0xE6C4BD) is known color: Dust Storm. HEX triplet: E6, C4 and BD. RGB value is (230,196,189). Sum of RGB (Red+Green+Blue) = 230+196+189=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4BD is #193B42. Grayscale: #CDCDCD. Windows color (decimal): -1653571 or 12436710. OLE color: 12436710.

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

Color convert

RGB 230 196 189 -
CMYK 0 0.15 0.18 0.10
HSL 10.24º 0.45% 0.82% -
HSV(B) 10.24º 0.18% 0.9% -
XYZ 61.56 59.98 56.48 -
YUV 205.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 230 196 189 0 0.15 0.18 0.10 10.24 0.45 0.82
Hex E6 C4 BD 0 F 12 A A 2D 52
Octal 346 304 275 0 17 22 12 12 55 122
Binary 11100110 11000100 10111101 0 1111 10010 1010 1010 101101 1010010

Color Harmonies of #E6C4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C4BD

Black with #E6C4BD

Text Example


Text Example

White with #E6C4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C4BD; }

 p { color: rgb(230,196,189); }

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

background-color css

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

 a { background-color: rgb(230,196,189); }

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

border-color css

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

 span { border-color: rgb(230,196,189); }

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