#EBCBBE

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

Shades of Dust Storm #EBCBBE

Tints of Dust Storm #EBCBBE

Color information

#EBCBBE (or 0xEBCBBE) is unknown color: approx Dust Storm. HEX triplet: EB, CB and BE. RGB value is (235,203,190). Sum of RGB (Red+Green+Blue) = 235+203+190=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBBE is #143441. Grayscale: #D3D3D3. Windows color (decimal): -1324098 or 12504043. OLE color: 12504043.

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

Color convert

RGB235203190-
CMYK00.140.190.08
HSL17.33º52.94%83.33%-
HSV(B)17.33º19.15%92.16%-
XYZ64.9164.0957.66-
YUV211.09116.1145.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=37.42%
G=32.32%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520319000.140.190.0817.3352.9483.33
HexEBCBBE0E138113553
Octal35331327601623102165123
Binary11101011110010111011111001110100111000100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBBE; }

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

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

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

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

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

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

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

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