#EEC7BE

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

Shades of Dust Storm #EEC7BE

Tints of Dust Storm #EEC7BE

Color information

#EEC7BE (or 0xEEC7BE) is unknown color: approx Dust Storm. HEX triplet: EE, C7 and BE. RGB value is (238,199,190). Sum of RGB (Red+Green+Blue) = 238+199+190=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7BE is #113841. Grayscale: #D1D1D1. Windows color (decimal): -1128514 or 12503022. OLE color: 12503022.

HSL color Cylindrical-coordinate representation of color #EEC7BE: hue angle of 11.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC7BE is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238199190-
CMYK00.160.200.07
HSL11.25º58.54%83.92%-
HSV(B)11.25º20.17%93.33%-
XYZ64.9862.7457.4-
YUV209.63116.92148.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 199 (78.12% from 255) = 31.74%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=37.96%
G=31.74%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819919000.160.200.0711.2558.5483.92
HexEEC7BE010147b3b54
Octal3563072760202471373124
Binary1110111011000111101111100100001010011110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7BE; }

 p { color: rgb(238,199,190); }

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

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

 a { background-color: rgb(238,199,190); }

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

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

 span { border-color: rgb(238,199,190); }

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