#EDCEC3

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

Shades of Dust Storm #EDCEC3

Tints of Dust Storm #EDCEC3

Color information

#EDCEC3 (or 0xEDCEC3) is unknown color: approx Dust Storm. HEX triplet: ED, CE and C3. RGB value is (237,206,195). Sum of RGB (Red+Green+Blue) = 237+206+195=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC3 is #12313C. Grayscale: #D6D6D6. Windows color (decimal): -1192253 or 12832493. OLE color: 12832493.

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

Color convert

RGB237206195-
CMYK00.130.180.07
HSL15.71º53.85%84.71%-
HSV(B)15.71º17.72%92.94%-
XYZ66.8566.0960.86-
YUV214.02117.27144.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=37.15%
G=32.29%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720619500.130.180.0715.7153.8584.71
HexEDCEC30D127103655
Octal3553163030152272066125
Binary1110110111001110110000110110110010111100001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEC3; }

 p { color: rgb(237,206,195); }

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

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

 a { background-color: rgb(237,206,195); }

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

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

 span { border-color: rgb(237,206,195); }

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