#ECCAC0

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

Shades of Dust Storm #ECCAC0

Tints of Dust Storm #ECCAC0

Color information

#ECCAC0 (or 0xECCAC0) is unknown color: approx Dust Storm. HEX triplet: EC, CA and C0. RGB value is (236,202,192). Sum of RGB (Red+Green+Blue) = 236+202+192=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC0 is #13353F. Grayscale: #D3D3D3. Windows color (decimal): -1258816 or 12634860. OLE color: 12634860.

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

Color convert

RGB236202192-
CMYK00.140.190.07
HSL13.64º53.66%83.92%-
HSV(B)13.64º18.64%92.55%-
XYZ65.2363.8858.76-
YUV211.03117.26145.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=37.46%
G=32.06%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620219200.140.190.0713.6453.6683.92
HexECCAC00E137e3654
Octal3543123000162371666124
Binary111011001100101011000000011101001111111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAC0; }

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

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

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

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

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

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

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

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