Html Css Color HEX #ECC6C0 Dust Storm

📋 copy color: '#ECC6C0'

red 236 ◦ green 198 ◦ blue 192

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

Shades of Dust Storm #ECC6C0

Tints of Dust Storm #ECC6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.67%

R = 37.7%
G = 31.63%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECC6C0 (or 0xECC6C0) is known color: Dust Storm. HEX triplet: EC, C6 and C0. RGB value is (236,198,192). Sum of RGB (Red+Green+Blue) = 236+198+192=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC6C0 is #13393F. Grayscale: #D0D0D0. Windows color (decimal): -1259840 or 12633836. OLE color: 12633836.

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

Color convert

RGB 236 198 192 -
CMYK 0 0.16 0.19 0.07
HSL 8.18º 0.54% 0.84% -
HSV(B) 8.18º 0.19% 0.93% -
XYZ 64.3 62.03 58.45 -
YUV 208.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 236 198 192 0 0.16 0.19 0.07 8.18 0.54 0.84
Hex EC C6 C0 0 10 13 7 8 36 54
Octal 354 306 300 0 20 23 7 10 66 124
Binary 11101100 11000110 11000000 0 10000 10011 111 1000 110110 1010100

Color Harmonies of #ECC6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC6C0

Black with #ECC6C0

Text Example


Text Example

White with #ECC6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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