#EBCBC1

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

Shades of Dust Storm #EBCBC1

Tints of Dust Storm #EBCBC1

Color information

#EBCBC1 (or 0xEBCBC1) is unknown color: approx Dust Storm. HEX triplet: EB, CB and C1. RGB value is (235,203,193). Sum of RGB (Red+Green+Blue) = 235+203+193=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC1 is #14343E. Grayscale: #D3D3D3. Windows color (decimal): -1324095 or 12700651. OLE color: 12700651.

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

Color convert

RGB235203193-
CMYK00.140.180.08
HSL14.29º51.22%83.92%-
HSV(B)14.29º17.87%92.16%-
XYZ65.2464.2259.41-
YUV211.43117.6144.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=37.24%
G=32.17%
B=30.59%

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
Decimal23520319300.140.180.0814.2951.2283.92
HexEBCBC10E128e3354
Octal35331330101622101663124
Binary1110101111001011110000010111010010100011101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBC1; }

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

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

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

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

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

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

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

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