#EBCBC4

Color #EBCBC4 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EBCBC4

Tints of Dust Storm #EBCBC4

Color information

#EBCBC4 (or 0xEBCBC4) is unknown color: approx Dust Storm. HEX triplet: EB, CB and C4. RGB value is (235,203,196). Sum of RGB (Red+Green+Blue) = 235+203+196=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC4 is #14343B. Grayscale: #D3D3D3. Windows color (decimal): -1324092 or 12897259. OLE color: 12897259.

HSL color Cylindrical-coordinate representation of color #EBCBC4: hue angle of 10.77º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCBC4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235203196-
CMYK00.140.170.08
HSL10.77º49.37%84.51%-
HSV(B)10.77º16.6%92.16%-
XYZ65.5864.3661.19-
YUV211.77119.1144.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=37.07%
G=32.02%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520319600.140.170.0810.7749.3784.51
HexEBCBC40E118b3155
Octal35331330401621101361125
Binary1110101111001011110001000111010001100010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBC4; }

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

 H1.HeaderClassName
 {
   color: #EBCBC4;
 }
 .AnyTagClassName
 {
   color: #EBCBC4;
 }
</style>
background-color css

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

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

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

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

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

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