#EEE6CB

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

Shades of Scotch Mist #EEE6CB

Tints of Scotch Mist #EEE6CB

Color information

#EEE6CB (or 0xEEE6CB) is unknown color: approx Scotch Mist. HEX triplet: EE, E6 and CB. RGB value is (238,230,203). Sum of RGB (Red+Green+Blue) = 238+230+203=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE6CB is #111934. Grayscale: #E5E5E5. Windows color (decimal): -1120565 or 13362926. OLE color: 13362926.

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

Color convert

RGB238230203-
CMYK00.030.150.07
HSL46.29º50.72%86.47%-
HSV(B)46.29º14.71%93.33%-
XYZ74.3479.0867.85-
YUV229.31113.15134.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=35.47%
G=34.28%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823020300.030.150.0746.2950.7286.47
HexEEE6CB03F72e3356
Octal356346313031775663126
Binary11101110111001101100101101111111111011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6CB; }

 p { color: rgb(238,230,203); }

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

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

 a { background-color: rgb(238,230,203); }

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

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

 span { border-color: rgb(238,230,203); }

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