#EBCDC0

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

Shades of Dust Storm #EBCDC0

Tints of Dust Storm #EBCDC0

Color information

#EBCDC0 (or 0xEBCDC0) is unknown color: approx Dust Storm. HEX triplet: EB, CD and C0. RGB value is (235,205,192). Sum of RGB (Red+Green+Blue) = 235+205+192=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC0 is #14323F. Grayscale: #D4D4D4. Windows color (decimal): -1323584 or 12635627. OLE color: 12635627.

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

Color convert

RGB235205192-
CMYK00.130.180.08
HSL18.14º51.81%83.73%-
HSV(B)18.14º18.3%92.16%-
XYZ65.6165.1358.98-
YUV212.49116.44144.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=37.18%
G=32.44%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520519200.130.180.0818.1451.8183.73
HexEBCDC00D128123454
Octal35331530001522102264124
Binary11101011110011011100000001101100101000100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDC0; }

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

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

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

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

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

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

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

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