Html Css Color HEX #EBC7BB Dust Storm

📋 copy color: '#EBC7BB'

red 235 ◦ green 199 ◦ blue 187

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

Shades of Dust Storm #EBC7BB

Tints of Dust Storm #EBC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

 BLUE value IS 187 (73.44% from 255) = 30.11%

R = 37.84%
G = 32.05%
B = 30.11%

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

#EBC7BB (or 0xEBC7BB) is known color: Dust Storm. HEX triplet: EB, C7 and BB. RGB value is (235,199,187). Sum of RGB (Red+Green+Blue) = 235+199+187=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BB is #143844. Grayscale: #D0D0D0. Windows color (decimal): -1325125 or 12306411. OLE color: 12306411.

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

Color convert

RGB 235 199 187 -
CMYK 0 0.15 0.20 0.08
HSL 15º 0.55% 0.83% -
HSV(B) 15º 0.2% 0.92% -
XYZ 63.65 62.1 55.64 -
YUV 208.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 235 199 187 0 0.15 0.20 0.08 15 0.55 0.83
Hex EB C7 BB 0 F 14 8 F 37 53
Octal 353 307 273 0 17 24 10 17 67 123
Binary 11101011 11000111 10111011 0 1111 10100 1000 1111 110111 1010011

Color Harmonies of #EBC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7BB

Black with #EBC7BB

Text Example


Text Example

White with #EBC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7BB; }

 p { color: rgb(235,199,187); }

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

background-color css

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

 a { background-color: rgb(235,199,187); }

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

border-color css

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

 span { border-color: rgb(235,199,187); }

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