#EEE7C7

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

Shades of Scotch Mist #EEE7C7

Tints of Scotch Mist #EEE7C7

Color information

#EEE7C7 (or 0xEEE7C7) is unknown color: approx Scotch Mist. HEX triplet: EE, E7 and C7. RGB value is (238,231,199). Sum of RGB (Red+Green+Blue) = 238+231+199=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7C7 is #111838. Grayscale: #E5E5E5. Windows color (decimal): -1120313 or 13101038. OLE color: 13101038.

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

Color convert

RGB238231199-
CMYK00.030.160.07
HSL49.23º53.42%85.69%-
HSV(B)49.23º16.39%93.33%-
XYZ74.1479.4565.46-
YUV229.44110.82134.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 199 (78.12% from 255) = 29.79%
R=35.63%
G=34.58%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823119900.030.160.0749.2353.4285.69
HexEEE7C703107313556
Octal356347307032076165126
Binary111011101110011111000111011100001111100011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE7C7; }

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

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

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

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

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

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

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

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