Html Css Color HEX #EBC6BD Dust Storm

📋 copy color: '#EBC6BD'

red 235 ◦ green 198 ◦ blue 189

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

Shades of Dust Storm #EBC6BD

Tints of Dust Storm #EBC6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.83%

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

R = 37.78%
G = 31.83%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC6BD (or 0xEBC6BD) is known color: Dust Storm. HEX triplet: EB, C6 and BD. RGB value is (235,198,189). Sum of RGB (Red+Green+Blue) = 235+198+189=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6BD is #143942. Grayscale: #D0D0D0. Windows color (decimal): -1325379 or 12437227. OLE color: 12437227.

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

Color convert

RGB 235 198 189 -
CMYK 0 0.16 0.20 0.08
HSL 11.74º 0.53% 0.83% -
HSV(B) 11.74º 0.2% 0.92% -
XYZ 63.64 61.72 56.7 -
YUV 208.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 235 198 189 0 0.16 0.20 0.08 11.74 0.53 0.83
Hex EB C6 BD 0 10 14 8 C 35 53
Octal 353 306 275 0 20 24 10 14 65 123
Binary 11101011 11000110 10111101 0 10000 10100 1000 1100 110101 1010011

Color Harmonies of #EBC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6BD

Black with #EBC6BD

Text Example


Text Example

White with #EBC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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