#EEE8CF

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

Shades of Scotch Mist #EEE8CF

Tints of Scotch Mist #EEE8CF

Color information

#EEE8CF (or 0xEEE8CF) is unknown color: approx Scotch Mist. HEX triplet: EE, E8 and CF. RGB value is (238,232,207). Sum of RGB (Red+Green+Blue) = 238+232+207=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8CF is #111730. Grayscale: #E7E7E7. Windows color (decimal): -1120049 or 13625582. OLE color: 13625582.

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

Color convert

RGB238232207-
CMYK00.030.130.07
HSL48.39º47.69%87.25%-
HSV(B)48.39º13.03%93.33%-
XYZ75.3880.470.58-
YUV230.94114.49133.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=35.16%
G=34.27%
B=30.58%

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
Decimal23823220700.030.130.0748.3947.6987.25
HexEEE8CF03D7303057
Octal356350317031576060127
Binary11101110111010001100111101111011111100001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8CF; }

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

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

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

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

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

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

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

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