Html Css Color HEX #EDC5BB Dust Storm

📋 copy color: '#EDC5BB'

red 237 ◦ green 197 ◦ blue 187

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

Shades of Dust Storm #EDC5BB

Tints of Dust Storm #EDC5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.11%

R = 38.16%
G = 31.72%
B = 30.11%

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

#EDC5BB (or 0xEDC5BB) is known color: Dust Storm. HEX triplet: ED, C5 and BB. RGB value is (237,197,187). Sum of RGB (Red+Green+Blue) = 237+197+187=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BB is #123A44. Grayscale: #CFCFCF. Windows color (decimal): -1194565 or 12305901. OLE color: 12305901.

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

Color convert

RGB 237 197 187 -
CMYK 0 0.17 0.21 0.07
HSL 12º 0.58% 0.83% -
HSV(B) 12º 0.21% 0.93% -
XYZ 63.86 61.52 55.52 -
YUV 207.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 237 197 187 0 0.17 0.21 0.07 12 0.58 0.83
Hex ED C5 BB 0 11 15 7 C 3A 53
Octal 355 305 273 0 21 25 7 14 72 123
Binary 11101101 11000101 10111011 0 10001 10101 111 1100 111010 1010011

Color Harmonies of #EDC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5BB

Black with #EDC5BB

Text Example


Text Example

White with #EDC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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