Html Css Color HEX #ECC6BA Dust Storm

📋 copy color: '#ECC6BA'

red 236 ◦ green 198 ◦ blue 186

#ECC6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #ECC6BA

Tints of Dust Storm #ECC6BA

RGB

 RED value IS 236 (92.58% from 255) = 38.06%

 GREEN value IS 198 (77.73% from 255) = 31.94%

 BLUE value IS 186 (73.05% from 255) = 30%

R = 38.06%
G = 31.94%
B = 30%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ECC6BA (or 0xECC6BA) is known color: Dust Storm. HEX triplet: EC, C6 and BA. RGB value is (236,198,186). Sum of RGB (Red+Green+Blue) = 236+198+186=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6BA is #133945. Grayscale: #D0D0D0. Windows color (decimal): -1259846 or 12240620. OLE color: 12240620.

HSL color Cylindrical-coordinate representation of color #ECC6BA: hue angle of 14.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC6BA is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 186 -
CMYK 0 0.16 0.21 0.07
HSL 14.4º 0.57% 0.83% -
HSV(B) 14.4º 0.21% 0.93% -
XYZ 63.65 61.77 55.02 -
YUV 207.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 236 198 186 0 0.16 0.21 0.07 14.4 0.57 0.83
Hex EC C6 BA 0 10 15 7 E 39 53
Octal 354 306 272 0 20 25 7 16 71 123
Binary 11101100 11000110 10111010 0 10000 10101 111 1110 111001 1010011

Color Harmonies of #ECC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC6BA

Black with #ECC6BA

Text Example


Text Example

White with #ECC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC6BA; }

 p { color: rgb(236,198,186); }

 H1.HeaderClassName
 {
   color: #ECC6BA;
 }
 .AnyTagClassName
 {
   color: #ECC6BA;
 }
</style>

background-color css

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

 a { background-color: rgb(236,198,186); }

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

border-color css

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

 span { border-color: rgb(236,198,186); }

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