#EDC7BF

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

Shades of Dust Storm #EDC7BF

Tints of Dust Storm #EDC7BF

Color information

#EDC7BF (or 0xEDC7BF) is unknown color: approx Dust Storm. HEX triplet: ED, C7 and BF. RGB value is (237,199,191). Sum of RGB (Red+Green+Blue) = 237+199+191=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7BF is #123840. Grayscale: #D1D1D1. Windows color (decimal): -1194049 or 12568557. OLE color: 12568557.

HSL color Cylindrical-coordinate representation of color #EDC7BF: hue angle of 10.43º 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 #EDC7BF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237199191-
CMYK00.160.190.07
HSL10.43º56.1%83.92%-
HSV(B)10.43º19.41%92.94%-
XYZ64.7562.6157.96-
YUV209.45117.59147.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 191 (75% from 255) = 30.46%
R=37.80%
G=31.74%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719919100.160.190.0710.4356.183.92
HexEDC7BF010137a3854
Octal3553072770202371270124
Binary1110110111000111101111110100001001111110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC7BF; }

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

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

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

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

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

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

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

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