Html Css Color HEX #EDC7BF Dust Storm

📋 copy color: '#EDC7BF'

red 237 ◦ green 199 ◦ blue 191

#EDC7BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #EDC7BF

Tints of Dust Storm #EDC7BF

RGB

 RED value IS 237 (92.97% from 255) = 37.8%

 GREEN value IS 199 (78.13% from 255) = 31.74%

 BLUE value IS 191 (75% from 255) = 30.46%

R = 37.8%
G = 31.74%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDC7BF (or 0xEDC7BF) is known color: 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

RGB 237 199 191 -
CMYK 0 0.16 0.19 0.07
HSL 10.43º 0.56% 0.84% -
HSV(B) 10.43º 0.19% 0.93% -
XYZ 64.75 62.61 57.96 -
YUV 209.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 237 199 191 0 0.16 0.19 0.07 10.43 0.56 0.84
Hex ED C7 BF 0 10 13 7 A 38 54
Octal 355 307 277 0 20 23 7 12 70 124
Binary 11101101 11000111 10111111 0 10000 10011 111 1010 111000 1010100

Color Harmonies of #EDC7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7BF

Black with #EDC7BF

Text Example


Text Example

White with #EDC7BF

Text Example


Text Example

HTML Codes & Css Web 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>