#EDCCC3

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

Shades of Dust Storm #EDCCC3

Tints of Dust Storm #EDCCC3

Color information

#EDCCC3 (or 0xEDCCC3) is unknown color: approx Dust Storm. HEX triplet: ED, CC and C3. RGB value is (237,204,195). Sum of RGB (Red+Green+Blue) = 237+204+195=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC3 is #12333C. Grayscale: #D4D4D4. Windows color (decimal): -1192765 or 12831981. OLE color: 12831981.

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

Color convert

RGB237204195-
CMYK00.140.180.07
HSL12.86º53.85%84.71%-
HSV(B)12.86º17.72%92.94%-
XYZ66.3765.1360.7-
YUV212.84117.93145.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=37.26%
G=32.08%
B=30.66%

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
Decimal23720419500.140.180.0712.8653.8584.71
HexEDCCC30E127d3655
Octal3553143030162271566125
Binary111011011100110011000011011101001011111011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCC3; }

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

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

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

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

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

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

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

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