#EECCC2

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

Shades of Dust Storm #EECCC2

Tints of Dust Storm #EECCC2

Color information

#EECCC2 (or 0xEECCC2) is unknown color: approx Dust Storm. HEX triplet: EE, CC and C2. RGB value is (238,204,194). Sum of RGB (Red+Green+Blue) = 238+204+194=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCC2 is #11333D. Grayscale: #D5D5D5. Windows color (decimal): -1127230 or 12766446. OLE color: 12766446.

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

Color convert

RGB238204194-
CMYK00.140.180.07
HSL13.64º56.41%84.71%-
HSV(B)13.64º18.49%93.33%-
XYZ66.5965.2660.13-
YUV213.03117.26145.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=37.42%
G=32.08%
B=30.50%

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
Decimal23820419400.140.180.0713.6456.4184.71
HexEECCC20E127e3855
Octal3563143020162271670125
Binary111011101100110011000010011101001011111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECCC2; }

 p { color: rgb(238,204,194); }

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

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

 a { background-color: rgb(238,204,194); }

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

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

 span { border-color: rgb(238,204,194); }

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