#ECC7BD

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

Shades of Dust Storm #ECC7BD

Tints of Dust Storm #ECC7BD

Color information

#ECC7BD (or 0xECC7BD) is unknown color: approx Dust Storm. HEX triplet: EC, C7 and BD. RGB value is (236,199,189). Sum of RGB (Red+Green+Blue) = 236+199+189=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7BD is #133842. Grayscale: #D0D0D0. Windows color (decimal): -1259587 or 12437484. OLE color: 12437484.

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

Color convert

RGB236199189-
CMYK00.160.200.07
HSL12.77º55.29%83.33%-
HSV(B)12.77º19.92%92.55%-
XYZ64.262.3556.8-
YUV208.92116.76147.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=37.82%
G=31.89%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619918900.160.200.0712.7755.2983.33
HexECC7BD010147d3753
Octal3543072750202471567123
Binary1110110011000111101111010100001010011111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7BD; }

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

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

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

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

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

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

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

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