#EEE8CE

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

Shades of Scotch Mist #EEE8CE

Tints of Scotch Mist #EEE8CE

Color information

#EEE8CE (or 0xEEE8CE) is unknown color: approx Scotch Mist. HEX triplet: EE, E8 and CE. RGB value is (238,232,206). Sum of RGB (Red+Green+Blue) = 238+232+206=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8CE is #111731. Grayscale: #E6E6E6. Windows color (decimal): -1120050 or 13560046. OLE color: 13560046.

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

Color convert

RGB238232206-
CMYK00.030.130.07
HSL48.75º48.48%87.06%-
HSV(B)48.75º13.45%93.33%-
XYZ75.2680.3569.93-
YUV230.83113.99133.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 232 (91.02% from 255) = 34.32%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=35.21%
G=34.32%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823220600.030.130.0748.7548.4887.06
HexEEE8CE03D7313057
Octal356350316031576160127
Binary11101110111010001100111001111011111100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8CE; }

 p { color: rgb(238,232,206); }

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

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

 a { background-color: rgb(238,232,206); }

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

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

 span { border-color: rgb(238,232,206); }

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