#EECAC0

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

Shades of Dust Storm #EECAC0

Tints of Dust Storm #EECAC0

Color information

#EECAC0 (or 0xEECAC0) is unknown color: approx Dust Storm. HEX triplet: EE, CA and C0. RGB value is (238,202,192). Sum of RGB (Red+Green+Blue) = 238+202+192=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC0 is #11353F. Grayscale: #D3D3D3. Windows color (decimal): -1127744 or 12634862. OLE color: 12634862.

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

Color convert

RGB238202192-
CMYK00.150.190.07
HSL13.04º57.5%84.31%-
HSV(B)13.04º19.33%93.33%-
XYZ65.8964.2258.79-
YUV211.62116.93146.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 192 (75.39% from 255) = 30.38%
R=37.66%
G=31.96%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820219200.150.190.0713.0457.584.31
HexEECAC00F137d3a54
Octal3563123000172371572124
Binary111011101100101011000000011111001111111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECAC0; }

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

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

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

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

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

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

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

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