Html Css Color HEX #ECC7BA Dust Storm

📋 copy color: '#ECC7BA'

red 236 ◦ green 199 ◦ blue 186

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

Shades of Dust Storm #ECC7BA

Tints of Dust Storm #ECC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

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

R = 38%
G = 32.05%
B = 29.95%

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

#ECC7BA (or 0xECC7BA) is known color: Dust Storm. HEX triplet: EC, C7 and BA. RGB value is (236,199,186). Sum of RGB (Red+Green+Blue) = 236+199+186=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7BA is #133845. Grayscale: #D0D0D0. Windows color (decimal): -1259590 or 12240876. OLE color: 12240876.

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

Color convert

RGB 236 199 186 -
CMYK 0 0.16 0.21 0.07
HSL 15.6º 0.57% 0.83% -
HSV(B) 15.6º 0.21% 0.93% -
XYZ 63.88 62.22 55.1 -
YUV 208.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 236 199 186 0 0.16 0.21 0.07 15.6 0.57 0.83
Hex EC C7 BA 0 10 15 7 10 39 53
Octal 354 307 272 0 20 25 7 20 71 123
Binary 11101100 11000111 10111010 0 10000 10101 111 10000 111001 1010011

Color Harmonies of #ECC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7BA

Black with #ECC7BA

Text Example


Text Example

White with #ECC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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