#EDCDC1

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

Shades of Dust Storm #EDCDC1

Tints of Dust Storm #EDCDC1

Color information

#EDCDC1 (or 0xEDCDC1) is unknown color: approx Dust Storm. HEX triplet: ED, CD and C1. RGB value is (237,205,193). Sum of RGB (Red+Green+Blue) = 237+205+193=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDC1 is #12323E. Grayscale: #D5D5D5. Windows color (decimal): -1192511 or 12701165. OLE color: 12701165.

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

Color convert

RGB237205193-
CMYK00.140.190.07
HSL16.36º55%84.31%-
HSV(B)16.36º18.57%92.94%-
XYZ66.3865.5259.6-
YUV213.2116.6144.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 193 (75.78% from 255) = 30.39%
R=37.32%
G=32.28%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720519300.140.190.0716.365584.31
HexEDCDC10E137103754
Octal3553153010162372067124
Binary1110110111001101110000010111010011111100001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDC1; }

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

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

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

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

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

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

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

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