Html Css Color HEX #EDC4BC Dust Storm

📋 copy color: '#EDC4BC'

red 237 ◦ green 196 ◦ blue 188

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

Shades of Dust Storm #EDC4BC

Tints of Dust Storm #EDC4BC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

 BLUE value IS 188 (73.83% from 255) = 30.27%

R = 38.16%
G = 31.56%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDC4BC (or 0xEDC4BC) is known color: Dust Storm. HEX triplet: ED, C4 and BC. RGB value is (237,196,188). Sum of RGB (Red+Green+Blue) = 237+196+188=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4BC is #123B43. Grayscale: #CFCFCF. Windows color (decimal): -1194820 or 12371181. OLE color: 12371181.

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

Color convert

RGB 237 196 188 -
CMYK 0 0.17 0.21 0.07
HSL 9.8º 0.58% 0.83% -
HSV(B) 9.8º 0.21% 0.93% -
XYZ 63.74 61.12 56.01 -
YUV 207.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 237 196 188 0 0.17 0.21 0.07 9.8 0.58 0.83
Hex ED C4 BC 0 11 15 7 A 3A 53
Octal 355 304 274 0 21 25 7 12 72 123
Binary 11101101 11000100 10111100 0 10001 10101 111 1010 111010 1010011

Color Harmonies of #EDC4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4BC

Black with #EDC4BC

Text Example


Text Example

White with #EDC4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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