#EBCABF

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

Shades of Dust Storm #EBCABF

Tints of Dust Storm #EBCABF

Color information

#EBCABF (or 0xEBCABF) is unknown color: approx Dust Storm. HEX triplet: EB, CA and BF. RGB value is (235,202,191). Sum of RGB (Red+Green+Blue) = 235+202+191=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCABF is #143540. Grayscale: #D2D2D2. Windows color (decimal): -1324353 or 12569323. OLE color: 12569323.

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

Color convert

RGB235202191-
CMYK00.140.190.08
HSL15º52.38%83.53%-
HSV(B)15º18.72%92.16%-
XYZ64.7963.6658.16-
YUV210.61116.93145.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 191 (75% from 255) = 30.41%
R=37.42%
G=32.17%
B=30.41%

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
Decimal23520219100.140.190.081552.3883.53
HexEBCABF0E138f3454
Octal35331227701623101764124
Binary1110101111001010101111110111010011100011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCABF; }

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

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

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

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

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

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

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

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