#EDC8BD

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

Shades of Dust Storm #EDC8BD

Tints of Dust Storm #EDC8BD

Color information

#EDC8BD (or 0xEDC8BD) is unknown color: approx Dust Storm. HEX triplet: ED, C8 and BD. RGB value is (237,200,189). Sum of RGB (Red+Green+Blue) = 237+200+189=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8BD is #123742. Grayscale: #D1D1D1. Windows color (decimal): -1193795 or 12437741. OLE color: 12437741.

HSL color Cylindrical-coordinate representation of color #EDC8BD: hue angle of 13.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC8BD is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237200189-
CMYK00.160.200.07
HSL13.75º57.14%83.53%-
HSV(B)13.75º20.25%92.94%-
XYZ64.7662.9956.89-
YUV209.81116.26147.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=37.86%
G=31.95%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720018900.160.200.0713.7557.1483.53
HexEDC8BD010147e3954
Octal3553102750202471671124
Binary1110110111001000101111010100001010011111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8BD; }

 p { color: rgb(237,200,189); }

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

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

 a { background-color: rgb(237,200,189); }

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

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

 span { border-color: rgb(237,200,189); }

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