#ECCAC1

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

Shades of Dust Storm #ECCAC1

Tints of Dust Storm #ECCAC1

Color information

#ECCAC1 (or 0xECCAC1) is unknown color: approx Dust Storm. HEX triplet: EC, CA and C1. RGB value is (236,202,193). Sum of RGB (Red+Green+Blue) = 236+202+193=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC1 is #13353E. Grayscale: #D3D3D3. Windows color (decimal): -1258815 or 12700396. OLE color: 12700396.

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

Color convert

RGB236202193-
CMYK00.140.180.07
HSL12.56º53.09%84.12%-
HSV(B)12.56º18.22%92.55%-
XYZ65.3463.9259.35-
YUV211.14117.76145.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=37.40%
G=32.01%
B=30.59%

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
Decimal23620219300.140.180.0712.5653.0984.12
HexECCAC10E127d3554
Octal3543123010162271565124
Binary111011001100101011000001011101001011111011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAC1; }

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

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

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

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

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

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

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

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