#EBCCC0

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

Shades of Dust Storm #EBCCC0

Tints of Dust Storm #EBCCC0

Color information

#EBCCC0 (or 0xEBCCC0) is unknown color: approx Dust Storm. HEX triplet: EB, CC and C0. RGB value is (235,204,192). Sum of RGB (Red+Green+Blue) = 235+204+192=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC0 is #14333F. Grayscale: #D3D3D3. Windows color (decimal): -1323840 or 12635371. OLE color: 12635371.

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

Color convert

RGB235204192-
CMYK00.130.180.08
HSL16.74º51.81%83.73%-
HSV(B)16.74º18.3%92.16%-
XYZ65.3764.6558.9-
YUV211.9116.77144.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=37.24%
G=32.33%
B=30.43%

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
Decimal23520419200.130.180.0816.7451.8183.73
HexEBCCC00D128113454
Octal35331430001522102164124
Binary11101011110011001100000001101100101000100011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCC0; }

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

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

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

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

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

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

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

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