#EEE7CC

Color #EEE7CC Scotch Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scotch Mist #EEE7CC

Tints of Scotch Mist #EEE7CC

Color information

#EEE7CC (or 0xEEE7CC) is unknown color: approx Scotch Mist. HEX triplet: EE, E7 and CC. RGB value is (238,231,204). Sum of RGB (Red+Green+Blue) = 238+231+204=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7CC is #111833. Grayscale: #E6E6E6. Windows color (decimal): -1120308 or 13428718. OLE color: 13428718.

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

Color convert

RGB238231204-
CMYK00.030.140.07
HSL47.65º50%86.67%-
HSV(B)47.65º14.29%93.33%-
XYZ74.7379.6968.57-
YUV230.01113.32133.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 204 (80.08% from 255) = 30.31%
R=35.36%
G=34.32%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823120400.030.140.0747.655086.67
HexEEE7CC03E7303257
Octal356347314031676062127
Binary11101110111001111100110001111101111100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE7CC; }

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

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

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

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

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

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

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

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