Html Css Color HEX #EBC4BD Dust Storm

📋 copy color: '#EBC4BD'

red 235 ◦ green 196 ◦ blue 189

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

Shades of Dust Storm #EBC4BD

Tints of Dust Storm #EBC4BD

RGB

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

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

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

R = 37.9%
G = 31.61%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC4BD (or 0xEBC4BD) is known color: Dust Storm. HEX triplet: EB, C4 and BD. RGB value is (235,196,189). Sum of RGB (Red+Green+Blue) = 235+196+189=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4BD is #143B42. Grayscale: #CECECE. Windows color (decimal): -1325891 or 12436715. OLE color: 12436715.

HSL color Cylindrical-coordinate representation of color #EBC4BD: hue angle of 9.13º 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 #EBC4BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 189 -
CMYK 0 0.17 0.20 0.08
HSL 9.13º 0.53% 0.83% -
HSV(B) 9.13º 0.2% 0.92% -
XYZ 63.19 60.82 56.55 -
YUV 206.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 235 196 189 0 0.17 0.20 0.08 9.13 0.53 0.83
Hex EB C4 BD 0 11 14 8 9 35 53
Octal 353 304 275 0 21 24 10 11 65 123
Binary 11101011 11000100 10111101 0 10001 10100 1000 1001 110101 1010011

Color Harmonies of #EBC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4BD

Black with #EBC4BD

Text Example


Text Example

White with #EBC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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