#EEE8CD

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

Shades of Scotch Mist #EEE8CD

Tints of Scotch Mist #EEE8CD

Color information

#EEE8CD (or 0xEEE8CD) is unknown color: approx Scotch Mist. HEX triplet: EE, E8 and CD. RGB value is (238,232,205). Sum of RGB (Red+Green+Blue) = 238+232+205=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8CD is #111732. Grayscale: #E6E6E6. Windows color (decimal): -1120051 or 13494510. OLE color: 13494510.

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

Color convert

RGB238232205-
CMYK00.030.140.07
HSL49.09º49.25%86.86%-
HSV(B)49.09º13.87%93.33%-
XYZ75.1480.369.3-
YUV230.72113.49133.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.26%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=35.26%
G=34.37%
B=30.37%

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
Decimal23823220500.030.140.0749.0949.2586.86
HexEEE8CD03E7313157
Octal356350315031676161127
Binary11101110111010001100110101111101111100011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8CD; }

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

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

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

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

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

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

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

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