Html Css Color HEX #EBC8BD Dust Storm

📋 copy color: '#EBC8BD'

red 235 ◦ green 200 ◦ blue 189

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

Shades of Dust Storm #EBC8BD

Tints of Dust Storm #EBC8BD

RGB

 RED value IS 235 (92.19% from 255) = 37.66%

 GREEN value IS 200 (78.52% from 255) = 32.05%

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

R = 37.66%
G = 32.05%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC8BD (or 0xEBC8BD) is known color: Dust Storm. HEX triplet: EB, C8 and BD. RGB value is (235,200,189). Sum of RGB (Red+Green+Blue) = 235+200+189=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8BD is #143742. Grayscale: #D1D1D1. Windows color (decimal): -1324867 or 12437739. OLE color: 12437739.

HSL color Cylindrical-coordinate representation of color #EBC8BD: hue angle of 14.35º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC8BD is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 189 -
CMYK 0 0.15 0.20 0.08
HSL 14.35º 0.53% 0.83% -
HSV(B) 14.35º 0.2% 0.92% -
XYZ 64.1 62.64 56.86 -
YUV 209.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 235 200 189 0 0.15 0.20 0.08 14.35 0.53 0.83
Hex EB C8 BD 0 F 14 8 E 35 53
Octal 353 310 275 0 17 24 10 16 65 123
Binary 11101011 11001000 10111101 0 1111 10100 1000 1110 110101 1010011

Color Harmonies of #EBC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8BD

Black with #EBC8BD

Text Example


Text Example

White with #EBC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8BD; }

 p { color: rgb(235,200,189); }

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

background-color css

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

 a { background-color: rgb(235,200,189); }

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

border-color css

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

 span { border-color: rgb(235,200,189); }

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