#EEC5BC

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

Shades of Dust Storm #EEC5BC

Tints of Dust Storm #EEC5BC

Color information

#EEC5BC (or 0xEEC5BC) is unknown color: approx Dust Storm. HEX triplet: EE, C5 and BC. RGB value is (238,197,188). Sum of RGB (Red+Green+Blue) = 238+197+188=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5BC is #113A43. Grayscale: #D0D0D0. Windows color (decimal): -1129028 or 12371438. OLE color: 12371438.

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

Color convert

RGB238197188-
CMYK00.170.210.07
HSL10.8º59.52%83.53%-
HSV(B)10.8º21.01%93.33%-
XYZ64.361.7456.1-
YUV208.23116.58149.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 188 (73.83% from 255) = 30.18%
R=38.20%
G=31.62%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819718800.170.210.0710.859.5283.53
HexEEC5BC011157b3c54
Octal3563052740212571374124
Binary1110111011000101101111000100011010111110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC5BC; }

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

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

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

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

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

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

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

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