#EDCABF

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

Shades of Dust Storm #EDCABF

Tints of Dust Storm #EDCABF

Color information

#EDCABF (or 0xEDCABF) is unknown color: approx Dust Storm. HEX triplet: ED, CA and BF. RGB value is (237,202,191). Sum of RGB (Red+Green+Blue) = 237+202+191=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABF is #123540. Grayscale: #D3D3D3. Windows color (decimal): -1193281 or 12569325. OLE color: 12569325.

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

Color convert

RGB237202191-
CMYK00.150.190.07
HSL14.35º56.1%83.92%-
HSV(B)14.35º19.41%92.94%-
XYZ65.4564.0158.2-
YUV211.21116.6146.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 191 (75% from 255) = 30.32%
R=37.62%
G=32.06%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720219100.150.190.0714.3556.183.92
HexEDCABF0F137e3854
Octal3553122770172371670124
Binary111011011100101010111111011111001111111101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCABF; }

 p { color: rgb(237,202,191); }

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

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

 a { background-color: rgb(237,202,191); }

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

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

 span { border-color: rgb(237,202,191); }

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