Html Css Color HEX #ECCCC0 Dust Storm

📋 copy color: '#ECCCC0'

red 236 ◦ green 204 ◦ blue 192

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

Shades of Dust Storm #ECCCC0

Tints of Dust Storm #ECCCC0

RGB

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

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

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

R = 37.34%
G = 32.28%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ECCCC0 (or 0xECCCC0) is known color: Dust Storm. HEX triplet: EC, CC and C0. RGB value is (236,204,192). Sum of RGB (Red+Green+Blue) = 236+204+192=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC0 is #13333F. Grayscale: #D4D4D4. Windows color (decimal): -1258304 or 12635372. OLE color: 12635372.

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

Color convert

RGB 236 204 192 -
CMYK 0 0.14 0.19 0.07
HSL 16.36º 0.54% 0.84% -
HSV(B) 16.36º 0.19% 0.93% -
XYZ 65.7 64.82 58.92 -
YUV 212.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 236 204 192 0 0.14 0.19 0.07 16.36 0.54 0.84
Hex EC CC C0 0 E 13 7 10 36 54
Octal 354 314 300 0 16 23 7 20 66 124
Binary 11101100 11001100 11000000 0 1110 10011 111 10000 110110 1010100

Color Harmonies of #ECCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCCC0

Black with #ECCCC0

Text Example


Text Example

White with #ECCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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