#EDC5BC

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

Shades of Dust Storm #EDC5BC

Tints of Dust Storm #EDC5BC

Color information

#EDC5BC (or 0xEDC5BC) is unknown color: approx Dust Storm. HEX triplet: ED, C5 and BC. RGB value is (237,197,188). Sum of RGB (Red+Green+Blue) = 237+197+188=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BC is #123A43. Grayscale: #D0D0D0. Windows color (decimal): -1194564 or 12371437. OLE color: 12371437.

HSL color Cylindrical-coordinate representation of color #EDC5BC: hue angle of 11.02º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC5BC is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237197188-
CMYK00.170.210.07
HSL11.02º57.65%83.33%-
HSV(B)11.02º20.68%92.94%-
XYZ63.9761.5756.09-
YUV207.93116.75148.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 197 (77.34% from 255) = 31.67%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=38.10%
G=31.67%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719718800.170.210.0711.0257.6583.33
HexEDC5BC011157b3a53
Octal3553052740212571372123
Binary1110110111000101101111000100011010111110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5BC; }

 p { color: rgb(237,197,188); }

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

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

 a { background-color: rgb(237,197,188); }

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

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

 span { border-color: rgb(237,197,188); }

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