#edc6bb

Color #EDC6BB Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EDC6BB

Tints of Dust Storm #EDC6BB

Color information

#EDC6BB (or 0xEDC6BB) is unknown color: approx Dust Storm. HEX triplet: ED, C6 and BB. RGB value is (237,198,187). Sum of RGB (Red+Green+Blue) = 237+198+187=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6BB is #123944. Grayscale: #D0D0D0. Windows color (decimal): -1194309 or 12306157. OLE color: 12306157.

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

Color convert

RGB237198187-
CMYK00.160.210.07
HSL13.2º58.14%83.14%-
HSV(B)13.2º21.1%92.94%-
XYZ64.0961.9855.6-
YUV208.41115.92148.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=38.10%
G=31.83%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719818700.160.210.0713.258.1483.14
HexEDC6BB010157d3a53
Octal3553062730202571572123
Binary1110110111000110101110110100001010111111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edc6bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edc6bb; }

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

 H1.HeaderClassName
 {
   color: #edc6bb;
 }
 .AnyTagClassName
 {
   color: #edc6bb;
 }
</style>
background-color css

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

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

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

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

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

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