#EDC5BF

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

Shades of Dust Storm #EDC5BF

Tints of Dust Storm #EDC5BF

Color information

#EDC5BF (or 0xEDC5BF) is unknown color: approx Dust Storm. HEX triplet: ED, C5 and BF. RGB value is (237,197,191). Sum of RGB (Red+Green+Blue) = 237+197+191=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BF is #123A40. Grayscale: #D0D0D0. Windows color (decimal): -1194561 or 12568045. OLE color: 12568045.

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

Color convert

RGB237197191-
CMYK00.170.190.07
HSL7.83º56.1%83.92%-
HSV(B)7.83º19.41%92.94%-
XYZ64.361.757.81-
YUV208.28118.25148.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 197 (77.34% from 255) = 31.52%
BLUE value IS 191 (75% from 255) = 30.56%
R=37.92%
G=31.52%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719719100.170.190.077.8356.183.92
HexEDC5BF01113783854
Octal3553052770212371070124
Binary1110110111000101101111110100011001111110001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5BF; }

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

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

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

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

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

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

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

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