Html Css Color HEX #ECC7BD Dust Storm

📋 copy color: '#ECC7BD'

red 236 ◦ green 199 ◦ blue 189

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

Shades of Dust Storm #ECC7BD

Tints of Dust Storm #ECC7BD

RGB

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

 GREEN value IS 199 (78.13% 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 value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECC7BD (or 0xECC7BD) is known color: 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

RGB 236 199 189 -
CMYK 0 0.16 0.20 0.07
HSL 12.77º 0.55% 0.83% -
HSV(B) 12.77º 0.2% 0.93% -
XYZ 64.2 62.35 56.8 -
YUV 208.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 236 199 189 0 0.16 0.20 0.07 12.77 0.55 0.83
Hex EC C7 BD 0 10 14 7 D 37 53
Octal 354 307 275 0 20 24 7 15 67 123
Binary 11101100 11000111 10111101 0 10000 10100 111 1101 110111 1010011

Color Harmonies of #ECC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7BD

Black with #ECC7BD

Text Example


Text Example

White with #ECC7BD

Text Example


Text Example

HTML Codes & Css Web 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>