#ECC8BD

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

Shades of Dust Storm #ECC8BD

Tints of Dust Storm #ECC8BD

Color information

#ECC8BD (or 0xECC8BD) is unknown color: approx Dust Storm. HEX triplet: EC, C8 and BD. RGB value is (236,200,189). Sum of RGB (Red+Green+Blue) = 236+200+189=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8BD is #133742. Grayscale: #D1D1D1. Windows color (decimal): -1259331 or 12437740. OLE color: 12437740.

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

Color convert

RGB236200189-
CMYK00.150.200.07
HSL14.04º55.29%83.33%-
HSV(B)14.04º19.92%92.55%-
XYZ64.4362.8256.87-
YUV209.51116.43146.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=37.76%
G=32%
B=30.24%

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
Decimal23620018900.150.200.0714.0455.2983.33
HexECC8BD0F147e3753
Octal3543102750172471667123
Binary111011001100100010111101011111010011111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC8BD; }

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

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

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

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

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

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

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

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