Html Css Color HEX #EDC5BC Dust Storm

📋 copy color: '#EDC5BC'

red 237 ◦ green 197 ◦ blue 188

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

Shades of Dust Storm #EDC5BC

Tints of Dust Storm #EDC5BC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

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

R = 38.1%
G = 31.67%
B = 30.23%

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

#EDC5BC (or 0xEDC5BC) is known color: Dust Storm. HEX triplet: ED, C5 and BC. RGB value is (237,197,188). Sum of RGB (Red+Green+Blue) = 237+197+188=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BC is #123A43. Grayscale: #D0D0D0. Windows color (decimal): -1194564 or 12371437. OLE color: 12371437.

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

Color convert

RGB 237 197 188 -
CMYK 0 0.17 0.21 0.07
HSL 11.02º 0.58% 0.83% -
HSV(B) 11.02º 0.21% 0.93% -
XYZ 63.97 61.57 56.09 -
YUV 207.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 237 197 188 0 0.17 0.21 0.07 11.02 0.58 0.83
Hex ED C5 BC 0 11 15 7 B 3A 53
Octal 355 305 274 0 21 25 7 13 72 123
Binary 11101101 11000101 10111100 0 10001 10101 111 1011 111010 1010011

Color Harmonies of #EDC5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5BC

Black with #EDC5BC

Text Example


Text Example

White with #EDC5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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