Html Css Color HEX #ECCCC4 Dust Storm

📋 copy color: '#ECCCC4'

red 236 ◦ green 204 ◦ blue 196

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

Shades of Dust Storm #ECCCC4

Tints of Dust Storm #ECCCC4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

 BLUE value IS 196 (76.95% from 255) = 30.82%

R = 37.11%
G = 32.08%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECCCC4 (or 0xECCCC4) is known color: Dust Storm. HEX triplet: EC, CC and C4. RGB value is (236,204,196). Sum of RGB (Red+Green+Blue) = 236+204+196=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC4 is #13333B. Grayscale: #D4D4D4. Windows color (decimal): -1258300 or 12897516. OLE color: 12897516.

HSL color Cylindrical-coordinate representation of color #ECCCC4: hue angle of 12º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCCC4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 204 196 -
CMYK 0 0.14 0.17 0.07
HSL 12º 0.51% 0.85% -
HSV(B) 12º 0.17% 0.93% -
XYZ 66.15 65 61.29 -
YUV 212.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 236 204 196 0 0.14 0.17 0.07 12 0.51 0.85
Hex EC CC C4 0 E 11 7 C 33 55
Octal 354 314 304 0 16 21 7 14 63 125
Binary 11101100 11001100 11000100 0 1110 10001 111 1100 110011 1010101

Color Harmonies of #ECCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCCC4

Black with #ECCCC4

Text Example


Text Example

White with #ECCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCCC4; }

 p { color: rgb(236,204,196); }

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

background-color css

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

 a { background-color: rgb(236,204,196); }

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

border-color css

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

 span { border-color: rgb(236,204,196); }

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