#EBCDC1

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

Shades of Dust Storm #EBCDC1

Tints of Dust Storm #EBCDC1

Color information

#EBCDC1 (or 0xEBCDC1) is unknown color: approx Dust Storm. HEX triplet: EB, CD and C1. RGB value is (235,205,193). Sum of RGB (Red+Green+Blue) = 235+205+193=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC1 is #14323E. Grayscale: #D4D4D4. Windows color (decimal): -1323583 or 12701163. OLE color: 12701163.

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

Color convert

RGB235205193-
CMYK00.130.180.08
HSL17.14º51.22%83.92%-
HSV(B)17.14º17.87%92.16%-
XYZ65.7265.1859.57-
YUV212.6116.94143.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=37.12%
G=32.39%
B=30.49%

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
Decimal23520519300.130.180.0817.1451.2283.92
HexEBCDC10D128113354
Octal35331530101522102163124
Binary11101011110011011100000101101100101000100011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDC1; }

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

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

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

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

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

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

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

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