#EDCCC0

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

Shades of Dust Storm #EDCCC0

Tints of Dust Storm #EDCCC0

Color information

#EDCCC0 (or 0xEDCCC0) is unknown color: approx Dust Storm. HEX triplet: ED, CC and C0. RGB value is (237,204,192). Sum of RGB (Red+Green+Blue) = 237+204+192=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC0 is #12333F. Grayscale: #D4D4D4. Windows color (decimal): -1192768 or 12635373. OLE color: 12635373.

HSL color Cylindrical-coordinate representation of color #EDCCC0: hue angle of 16º degrees, saturation: 0.56, 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 #EDCCC0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237204192-
CMYK00.140.190.07
HSL16º55.56%84.12%-
HSV(B)16º18.99%92.94%-
XYZ66.036558.93-
YUV212.5116.43145.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=37.44%
G=32.23%
B=30.33%

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
Decimal23720419200.140.190.071655.5684.12
HexEDCCC00E137103854
Octal3553143000162372070124
Binary1110110111001100110000000111010011111100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC0; }

 p { color: rgb(237,204,192); }

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

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

 a { background-color: rgb(237,204,192); }

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

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

 span { border-color: rgb(237,204,192); }

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