#ECCCC1

Color #ECCCC1 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #ECCCC1

Tints of Dust Storm #ECCCC1

Color information

#ECCCC1 (or 0xECCCC1) is unknown color: approx Dust Storm. HEX triplet: EC, CC and C1. RGB value is (236,204,193). Sum of RGB (Red+Green+Blue) = 236+204+193=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC1 is #13333E. Grayscale: #D4D4D4. Windows color (decimal): -1258303 or 12700908. OLE color: 12700908.

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

Color convert

RGB236204193-
CMYK00.140.180.07
HSL15.35º53.09%84.12%-
HSV(B)15.35º18.22%92.55%-
XYZ65.8164.8759.5-
YUV212.31117.1144.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.28%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=37.28%
G=32.23%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620419300.140.180.0715.3553.0984.12
HexECCCC10E127f3554
Octal3543143010162271765124
Binary111011001100110011000001011101001011111111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCC1; }

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

 H1.HeaderClassName
 {
   color: #ECCCC1;
 }
 .AnyTagClassName
 {
   color: #ECCCC1;
 }
</style>
background-color css

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

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

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

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

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

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