#EDCDC4

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

Shades of Dust Storm #EDCDC4

Tints of Dust Storm #EDCDC4

Color information

#EDCDC4 (or 0xEDCDC4) is unknown color: approx Dust Storm. HEX triplet: ED, CD and C4. RGB value is (237,205,196). Sum of RGB (Red+Green+Blue) = 237+205+196=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC4 is #12323B. Grayscale: #D5D5D5. Windows color (decimal): -1192508 or 12897773. OLE color: 12897773.

HSL color Cylindrical-coordinate representation of color #EDCDC4: hue angle of 13.17º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDCDC4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237205196-
CMYK00.140.170.07
HSL13.17º53.25%84.9%-
HSV(B)13.17º17.3%92.94%-
XYZ66.7265.6561.38-
YUV213.54118.1144.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 196 (76.95% from 255) = 30.72%
R=37.15%
G=32.13%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720519600.140.170.0713.1753.2584.9
HexEDCDC40E117d3555
Octal3553153040162171565125
Binary111011011100110111000100011101000111111011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDC4; }

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

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

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

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

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

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

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

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