#EBCEC0

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

Shades of Dust Storm #EBCEC0

Tints of Dust Storm #EBCEC0

Color information

#EBCEC0 (or 0xEBCEC0) is unknown color: approx Dust Storm. HEX triplet: EB, CE and C0. RGB value is (235,206,192). Sum of RGB (Red+Green+Blue) = 235+206+192=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEC0 is #14313F. Grayscale: #D5D5D5. Windows color (decimal): -1323328 or 12635883. OLE color: 12635883.

HSL color Cylindrical-coordinate representation of color #EBCEC0: hue angle of 19.53º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCEC0 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235206192-
CMYK00.120.180.08
HSL19.53º51.81%83.73%-
HSV(B)19.53º18.3%92.16%-
XYZ65.8565.6159.06-
YUV213.08116.11143.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=37.12%
G=32.54%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520619200.120.180.0819.5351.8183.73
HexEBCEC00C128143454
Octal35331630001422102464124
Binary11101011110011101100000001100100101000101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEC0; }

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

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

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

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

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

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

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

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