#EBCBC0

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

Shades of Dust Storm #EBCBC0

Tints of Dust Storm #EBCBC0

Color information

#EBCBC0 (or 0xEBCBC0) is unknown color: approx Dust Storm. HEX triplet: EB, CB and C0. RGB value is (235,203,192). Sum of RGB (Red+Green+Blue) = 235+203+192=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC0 is #14343F. Grayscale: #D3D3D3. Windows color (decimal): -1324096 or 12635115. OLE color: 12635115.

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

Color convert

RGB235203192-
CMYK00.140.180.08
HSL15.35º51.81%83.73%-
HSV(B)15.35º18.3%92.16%-
XYZ65.1364.1858.82-
YUV211.31117.1144.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=37.30%
G=32.22%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520319200.140.180.0815.3551.8183.73
HexEBCBC00E128f3454
Octal35331330001622101764124
Binary1110101111001011110000000111010010100011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBC0; }

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

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

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

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

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

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

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

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