#ECC9BD

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

Shades of Dust Storm #ECC9BD

Tints of Dust Storm #ECC9BD

Color information

#ECC9BD (or 0xECC9BD) is unknown color: approx Dust Storm. HEX triplet: EC, C9 and BD. RGB value is (236,201,189). Sum of RGB (Red+Green+Blue) = 236+201+189=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC9BD is #133642. Grayscale: #D2D2D2. Windows color (decimal): -1259075 or 12437996. OLE color: 12437996.

HSL color Cylindrical-coordinate representation of color #ECC9BD: hue angle of 15.32º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECC9BD is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236201189-
CMYK00.150.200.07
HSL15.32º55.29%83.33%-
HSV(B)15.32º19.92%92.55%-
XYZ64.6663.2856.95-
YUV210.1116.1146.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=37.70%
G=32.11%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620118900.150.200.0715.3255.2983.33
HexECC9BD0F147f3753
Octal3543112750172471767123
Binary111011001100100110111101011111010011111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9BD; }

 p { color: rgb(236,201,189); }

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

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

 a { background-color: rgb(236,201,189); }

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

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

 span { border-color: rgb(236,201,189); }

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