#EDCCC2

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

Shades of Dust Storm #EDCCC2

Tints of Dust Storm #EDCCC2

Color information

#EDCCC2 (or 0xEDCCC2) is unknown color: approx Dust Storm. HEX triplet: ED, CC and C2. RGB value is (237,204,194). Sum of RGB (Red+Green+Blue) = 237+204+194=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC2 is #12333D. Grayscale: #D4D4D4. Windows color (decimal): -1192766 or 12766445. OLE color: 12766445.

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

Color convert

RGB237204194-
CMYK00.140.180.07
HSL13.95º54.43%84.51%-
HSV(B)13.95º18.14%92.94%-
XYZ66.2665.0960.11-
YUV212.73117.43145.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=37.32%
G=32.13%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720419400.140.180.0713.9554.4384.51
HexEDCCC20E127e3655
Octal3553143020162271666125
Binary111011011100110011000010011101001011111101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC2; }

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

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

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

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

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

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

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

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