#EEE8CC

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

Shades of Scotch Mist #EEE8CC

Tints of Scotch Mist #EEE8CC

Color information

#EEE8CC (or 0xEEE8CC) is unknown color: approx Scotch Mist. HEX triplet: EE, E8 and CC. RGB value is (238,232,204). Sum of RGB (Red+Green+Blue) = 238+232+204=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8CC is #111733. Grayscale: #E6E6E6. Windows color (decimal): -1120052 or 13428974. OLE color: 13428974.

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

Color convert

RGB238232204-
CMYK00.030.140.07
HSL49.41º50%86.67%-
HSV(B)49.41º14.29%93.33%-
XYZ75.0280.2568.66-
YUV230.6112.99133.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=35.31%
G=34.42%
B=30.27%

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
Decimal23823220400.030.140.0749.415086.67
HexEEE8CC03E7313257
Octal356350314031676162127
Binary11101110111010001100110001111101111100011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8CC; }

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

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

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

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

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

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

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

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