#EBCABC

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

Shades of Dust Storm #EBCABC

Tints of Dust Storm #EBCABC

Color information

#EBCABC (or 0xEBCABC) is unknown color: approx Dust Storm. HEX triplet: EB, CA and BC. RGB value is (235,202,188). Sum of RGB (Red+Green+Blue) = 235+202+188=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCABC is #143543. Grayscale: #D2D2D2. Windows color (decimal): -1324356 or 12372715. OLE color: 12372715.

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

Color convert

RGB235202188-
CMYK00.140.20.08
HSL17.87º54.02%82.94%-
HSV(B)17.87º20%92.16%-
XYZ64.4663.5356.44-
YUV210.27115.43145.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 188 (73.83% from 255) = 30.08%
R=37.6%
G=32.32%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520218800.140.20.0817.8754.0282.94
HexEBCABC0E148123653
Octal35331227401624102266123
Binary11101011110010101011110001110101001000100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCABC; }

 p { color: rgb(235,202,188); }

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

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

 a { background-color: rgb(235,202,188); }

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

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

 span { border-color: rgb(235,202,188); }

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