#EBCEC4

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

Shades of Dust Storm #EBCEC4

Tints of Dust Storm #EBCEC4

Color information

#EBCEC4 (or 0xEBCEC4) is unknown color: approx Dust Storm. HEX triplet: EB, CE and C4. RGB value is (235,206,196). Sum of RGB (Red+Green+Blue) = 235+206+196=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEC4 is #14313B. Grayscale: #D5D5D5. Windows color (decimal): -1323324 or 12898027. OLE color: 12898027.

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

Color convert

RGB235206196-
CMYK00.120.170.08
HSL15.38º49.37%84.51%-
HSV(B)15.38º16.6%92.16%-
XYZ66.365.7961.43-
YUV213.53118.11143.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=36.89%
G=32.34%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520619600.120.170.0815.3849.3784.51
HexEBCEC40C118f3155
Octal35331630401421101761125
Binary1110101111001110110001000110010001100011111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEC4; }

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

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

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

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

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

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

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

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