#EEC4BC

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

Shades of Dust Storm #EEC4BC

Tints of Dust Storm #EEC4BC

Color information

#EEC4BC (or 0xEEC4BC) is unknown color: approx Dust Storm. HEX triplet: EE, C4 and BC. RGB value is (238,196,188). Sum of RGB (Red+Green+Blue) = 238+196+188=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4BC is #113B43. Grayscale: #CFCFCF. Windows color (decimal): -1129284 or 12371182. OLE color: 12371182.

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

Color convert

RGB238196188-
CMYK00.180.210.07
HSL9.6º59.52%83.53%-
HSV(B)9.6º21.01%93.33%-
XYZ64.0861.2956.03-
YUV207.65116.91149.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=38.26%
G=31.51%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819618800.180.210.079.659.5283.53
HexEEC4BC012157a3c54
Octal3563042740222571274124
Binary1110111011000100101111000100101010111110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC4BC; }

 p { color: rgb(238,196,188); }

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

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

 a { background-color: rgb(238,196,188); }

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

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

 span { border-color: rgb(238,196,188); }

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