Html Css Color HEX #EDC6BF Dust Storm

📋 copy color: '#EDC6BF'

red 237 ◦ green 198 ◦ blue 191

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

Shades of Dust Storm #EDC6BF

Tints of Dust Storm #EDC6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.63%

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

R = 37.86%
G = 31.63%
B = 30.51%

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

#EDC6BF (or 0xEDC6BF) is known color: Dust Storm. HEX triplet: ED, C6 and BF. RGB value is (237,198,191). Sum of RGB (Red+Green+Blue) = 237+198+191=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BF is #123940. Grayscale: #D0D0D0. Windows color (decimal): -1194305 or 12568301. OLE color: 12568301.

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

Color convert

RGB 237 198 191 -
CMYK 0 0.16 0.19 0.07
HSL 9.13º 0.56% 0.84% -
HSV(B) 9.13º 0.19% 0.93% -
XYZ 64.52 62.15 57.89 -
YUV 208.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 237 198 191 0 0.16 0.19 0.07 9.13 0.56 0.84
Hex ED C6 BF 0 10 13 7 9 38 54
Octal 355 306 277 0 20 23 7 11 70 124
Binary 11101101 11000110 10111111 0 10000 10011 111 1001 111000 1010100

Color Harmonies of #EDC6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6BF

Black with #EDC6BF

Text Example


Text Example

White with #EDC6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6BF; }

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

 H1.HeaderClassName
 {
   color: #EDC6BF;
 }
 .AnyTagClassName
 {
   color: #EDC6BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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