#EACCC3

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

Shades of Dust Storm #EACCC3

Tints of Dust Storm #EACCC3

Color information

#EACCC3 (or 0xEACCC3) is unknown color: approx Dust Storm. HEX triplet: EA, CC and C3. RGB value is (234,204,195). Sum of RGB (Red+Green+Blue) = 234+204+195=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCC3 is #15333C. Grayscale: #D4D4D4. Windows color (decimal): -1389373 or 12831978. OLE color: 12831978.

HSL color Cylindrical-coordinate representation of color #EACCC3: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACCC3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234204195-
CMYK00.130.170.08
HSL13.85º48.15%84.12%-
HSV(B)13.85º16.67%91.76%-
XYZ65.3764.6260.66-
YUV211.94118.44143.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 195 (76.56% from 255) = 30.81%
R=36.97%
G=32.23%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420419500.130.170.0813.8548.1584.12
HexEACCC30D118e3054
Octal35231430301521101660124
Binary1110101011001100110000110110110001100011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCC3; }

 p { color: rgb(234,204,195); }

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

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

 a { background-color: rgb(234,204,195); }

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

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

 span { border-color: rgb(234,204,195); }

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